Mohan WebSite
Hide Commands in Shell
To hide the commands you are entering in shell, use “stty” command 🙂
#stty -echo
Now, all commands that you type are invisible. To disable this mode, issue the following command at the shell prompt:
#stty echo
nice!!!
You can use these HTML tags
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>
Name (required)
Email (will not be published) (required)
Website
nice!!!