There are different flavour of Linux in the market like Redhat, CentOS, Ubuntu, Debian etc. Most of the commands are same for all.

UP ARROW: This key will show you previous commands in descending order.
DOWN ARROW: This key will show how your forward command history.
CTRL+L: This key will clear your screen.
CTRL+R: This key is used for reverse search, press ctrl+R and you can easily access your last run command.
CTRL+p: This key will show you previous history.
CTRL+n: This key will show you forward history.
CTRL+B: This key is use for move cursor one character to the left side.
CTRL+F: This key is use for move cursor one character to the right side.
CTRL+E: This key is use for move cursor to the end of the line.
CTRL+A: This key is use for move cursor to the start of the line.
CTRL+U: This key is use for cut every from the line start to the cursor.
CTRL+K: This key is use for cut every from the cursor to end of the line.
CTRL+W: This key is use for cut the current word before the cursor.
CTRL+Y: This key is use for paste the previous cut text.
CTRL+SHIFT+c: This key is use for copy selected text.
CTRL+SHIFT+v: This key is use for paste your last copied by CTRL+SHIFT+c
CTRL+T: It swap the last two characters before the cursor.
CTRL+m: It behaves like the enter key.
HOME: It will move the cursor at the start of the line.
END: It will move the cursor at the end of the line.
CTRL+D: this key is use for log out the current session.
TAB: This key is most important and special key in Linux, it auto complete the name of the command, file and directory etc.

Prasanna MuraliPosted May 20, 2016, 12:00 PM
Nice
Abhishek YadavPosted Jan 10, 2015, 4:20 PM
Thanks for sharing this Saurabh Sharma... Can we use these commands in PUTTY..??
Guest UserPosted Jan 8, 2015, 9:18 AM
Hi, good post, what I encourage is detailed ones on Linux like Filesharing protocols, how does it differ from Win32. How file sharing between cross platform like Windows & Linux happens, e.g., using WinSCP or putty? I feel it'll be useful for non-Linux devs to understand *Nix territory. Rest upto you. keep it up!