Table of Contents
When you work in Linux Terminal, It involves using keyboard shortcuts to perform common tasks. Here are some useful shortcuts:
Up Arrow / Down Arrow: Navigate through command history.
Ctrl + R: Reverse search in command history. !!: Repeat the last command. !n: Repeat the nth command in history.
Ctrl + A: Move to the beginning of the line. Ctrl + E: Move to the end of the line. Ctrl + U: Delete from the cursor to the beginning of the line. Ctrl + W: Delete the word before the cursor. Ctrl + L: Clear the screen. Ctrl + K: Delete from the cursor to the end of the line. Ctrl + R: Search command history interactively.
Ctrl + C: Terminate the current command. Ctrl + Z: Suspend the current command (put it in the background). Ctrl + D: Logout or exit (depending on the context). Ctrl + : Terminate the current command and create a core dump.
Ctrl + Z: Suspend a process (in the foreground). Ctrl + C: Kill the currently running process. Ctrl + D: Send an EOF (End of File) to a process (terminate it). Ctrl + L: Refresh the terminal.
Ctrl + Alt + F1 to F6: Switch to different virtual terminals. Ctrl + Alt + F7 or F8: Return to the graphical environment (Xorg). Ctrl + Alt + T: Open a new terminal window.
Your email address will not be published. Required fields are marked *
Comment *
Name *
Email *
Website
Save my name, email, and website in this browser for the next time I comment.
Latest Commit: Create ping-vms.sh Added a new script
Committed on: 3/16/2025, 8:50:18 AM
View Repository