Friday, 21 February 2014

Best Linux Keyboard Shortcuts

Shortcuts are designed to help shorten the time required to perform frequently used commands or actions. In the below sections we have listed keyboard shortcut keys that can be performed by pressing two or more keys at once. In addition to keyboard shortcut keys, we have also listed command line shortcut keys that can be typed in at the shell.


 
 
 
CTRL+C Cancels the currently running command.
CTRL+D Logs out of the current session.
CTRL+F Moves the cursor forward one character.
CTRL+H Erase one character. Similar to pressing backspace.
CTRL+P Paste previous line(s).
CTRL+S Stops all output on screen (XOFF).
CTRL+Q Turns all output stopped on screen back on (XON).
CTRL+U Erases the complete line.
CTRL+W Deletes the last word typed in. For example, if you typed 'mv file1 file2' this shortcut would delete file2.
 
CTRL+Z
Cancels 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.    

 


Related Posts:

  • Top Websites HD Movies for PC 1080px ,720px ,480px.. Film criticism is the analysis and evaluation of films and the film medium. In general, it can be divided into journalistic criticism such as appears regularly in newspapers and other popular, mass-media outlets and academic… Read More
  • How to Hack Wifi with Backtrack 5 An internet connection has become a basic necessity in our modern lives. Wireless hotspots (commonly known as Wi-Fi) can be found everywhere! If you have a PC with a wireless network card, then you must have seen many netwo… Read More
  • How to Install .exe File in Linux Today, I installed and ran an EXE file in Linux. Believe me, it’s true. Having known to all that the .exe files can not be installed or run in Linux. But how did I make it possible? Actually, the Linux architecture does n… Read More
  • Best Linux Keyboard Shortcuts Shortcuts are designed to help shorten the time required to perform frequently used commands or actions. In the below sections we have listed keyboard shortcut keys that can be performed by pressing two or more keys at on… Read More

0 comments:

Post a Comment