Fixin’ issues one ticket at a time!
Hide your Shell commands
Today I came across a neat, but pointless shell command. By running the following in shell, it will hide any commands you run.
root@server2 [/]# stty -echo
In order to disable this mode, simply remove the “-” before echo.
root@server2 [/]# stty echo
I guess there really is no point to the command, though you could always mess with your coworkers if they leave their shell prompt open ![]()
| Print article | This entry was posted by Clayton on October 15, 2009 at 10:30 pm, and is filed under Linux, SSH, Tutorial. Follow any responses to this post through RSS 2.0. You can leave a response or trackback from your own site. |