C
Operating System
December 8, 2017
1 min read
0 views

Commonly use Ubuntu commands and shortcuts

Commonly use Ubuntu commands and shortcuts

CTRL+B - Moves the cursor backward one character.

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

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

reset - Resets the terminal if terminal screen is not displaying correctly.

shutdown -h now - Remotely or locally shuts the system down.



Related Articles

Securing Tomorrow: Why a Cybersecurity Degree Online Matters Now

Securing Tomorrow: Why a Cybersecurity Degree Online Matters Now

How to Use WordPress Plugins to Improve Your App Development Process

How to Use WordPress Plugins to Improve Your App Development Process

Bridging the Gap: Why UI/UX Designers Should Learn Basic Coding (and Where to Start) 

Bridging the Gap: Why UI/UX Designers Should Learn Basic Coding (and Where to Start)