Admin-Ahead Community

General Category => General Discussion => Topic started by: Haripriya H on February 01, 2014, 02:24:12 pm

Title: Hide Commands in Shell
Post by: Haripriya H on February 01, 2014, 02:24:12 pm
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

Hows it? :)