Did you ever think that you could type commands that would be invisible on your system but still would execute, provided you typed them correctly? This can be easily done by changing the terminal settings using the following command:
stty -echo
To restore the visibility of your commands, just type the following command:
stty echo
No comments:
Post a Comment