0% found this document useful (0 votes)
33 views

CTRL+B CTRL+C CTRL+D CTRL+F CTRL+H CTRL+P CTRL+S CTRL+Q Ctrl+U CTRL+W CTRL+Z !! !$ Reset Shutdown

CTRL+B and CTRL+F move the cursor backward and forward one character respectively. CTRL+C cancels the currently running command, CTRL+D logs out of the current session, and CTRL+H erases one character like backspace. CTRL+P pastes the previous line(s), CTRL+S stops all screen output, and CTRL+Q resumes screen output. CTRL+U erases the complete line, CTRL+W deletes the last word typed, and CTRL+Z cancels the current operation and moves it to the background. CTRL+U moves to the home directory, and ~ repeats the last command entered. !$ repeats the last argument used, reset fixes terminal display issues, and shutdown remotely or

Uploaded by

saurabhkatiyar
Copyright
© © All Rights Reserved
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
33 views

CTRL+B CTRL+C CTRL+D CTRL+F CTRL+H CTRL+P CTRL+S CTRL+Q Ctrl+U CTRL+W CTRL+Z !! !$ Reset Shutdown

CTRL+B and CTRL+F move the cursor backward and forward one character respectively. CTRL+C cancels the currently running command, CTRL+D logs out of the current session, and CTRL+H erases one character like backspace. CTRL+P pastes the previous line(s), CTRL+S stops all screen output, and CTRL+Q resumes screen output. CTRL+U erases the complete line, CTRL+W deletes the last word typed, and CTRL+Z cancels the current operation and moves it to the background. CTRL+U moves to the home directory, and ~ repeats the last command entered. !$ repeats the last argument used, reset fixes terminal display issues, and shutdown remotely or

Uploaded by

saurabhkatiyar
Copyright
© © All Rights Reserved
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd
You are on page 1/ 2

CTRL+B

CTRL+C
CTRL+D
CTRL+F
CTRL+H
CTRL+P
CTRL+S
CTRL+Q
CTRL+U
CTRL+W
CTRL+Z
~
!!
!$
reset
shutdown
Moves the cursor backward one character.
Cancels the currently running command.
Logs out of the current session.
Moves the cursor forward one character.
Erase one character. Similar to pressing backspace.
Paste previous line(s).
Stops all output on screen (XOFF).
Turns all output stopped on screen back on (XON).
Erases the complete line.
Deletes the last word typed. For example, if you typed 'mv file1 file2' this shortcut would delete file2.
Cancels current operation, moves back a directory or takes the current operation and moves it to the background. See bg c
Moves to the user's home directory.
Repeats the line last entered at the shell. See history command for previous commands.
Repeats the last argument for the command last used. See history command for previous commands.
Resets the terminal if terminal screen is not displaying correctly.
Remotely or locally shuts the system down.

You might also like