Blogger templates

Pages

Monday 13 August 2012

Unix and Linux shortcut keys

Keyboard shortcut keys
CTRL + BMoves the cursor backward one character.
CTRL + CCancels the currently running command.
CTRL + DLogs out of the current session.
CTRL + FMoves the cursor forward one character.
CTRL + HErase one character. Similar to pressing backspace.
CTRL + PPaste previous line(s).
CTRL + SStops all output on screen (XOFF).
CTRL + QTurns all output stopped on screen back on (XON).
CTRL + UErases the complete line.
CTRL + WDeletes the last word typed in. For example, if you typed 'mv file1 file2' this shortcut would delete file2.
CTRL + ZCancels current operation, moves back a directory or takes the current operation and moves it to the background. See bg command for additional information about background.

0 comments:

Post a Comment