Get your server issues fixed by our experts for a price starting at just 25 USD/Hour. Click here to register and open a ticket with us now!

Author Topic: Hide Commands in Shell  (Read 2382 times)

0 Members and 1 Guest are viewing this topic.

Haripriya H

  • Guest
Hide Commands in Shell
« 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? :)