Unix and Linux shortcut keys - Devbhoomi

FREE JOB ALERT & ONLINE TUTORIALS

Hot

Post Top Ad

Tuesday 31 October 2017

Unix and Linux shortcut keys

Unix and Linux shortcut keys

anand singh aithani

Introduction

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. We have also listed command line shortcut keys that can be typed in at the shell.
Tip: Not all of the following shortcut keys and command line shortcuts are universally compatible with every variant of Unix and Linux.

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. 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.

Command line shortcuts

You may find the below command line shortcuts helpful. You may also want to try using the alias command, which allows you to create shortcuts for long or frequently-used commands.
 ~Moves to the user's home directory.
!!Repeats the line last entered at the shell.
!$Repeats the last argument for the command last used. See history command for previous commands.
resetResets the terminal if terminal screen is not displaying correctly.
shutdown -h nowRemotely or locally shuts the system down.

No comments:

Post a Comment

Post Top Ad