Powered by Blogger.

Wednesday, September 21, 2011

Hide your commands from the terminal's history

If you dont want your system admin to know what commands you have ran in terminal using history command just execute the command preceded with 'blank space' :


$ ping www.google.com

Note: There is space b/w the '$' and 'ping'.

Now check the history command you will find no entries of the ping command.

0 comments

Post a Comment