Linux terminal commands shortcut keys

Source: Internet
Author: User
Tags clear screen

  • CTRL + A: Cursor back to the beginning of the command, or directly using the Home key (A:ahead)
  • Ctrl+e: Cursor back to the end of the command line, or use the end key directly (E:end)
  • CTRL+B: Cursor moves one character to the beginning of the line (b:backwards)
  • CTRL+F: Cursor moves one character to the end of the line (f:forwards)
  • Ctrl+w: Delete the character at the beginning of the cursor
  • Ctrl+k: Delete the character at the end of the line at the cursor
  • Ctrl+u: Delete entire command line text characters
  • Ctrl+l: Clear Screen
  • Ctrl+h: Remove a character from the beginning of the line
  • Ctrl+d: Deletes a character to the end of a line
  • Ctrl+y: Paste ctrl+u,ctrl+k,ctrl+w deleted text
  • Ctrl+p: Previous used History command (p:previous)
  • CTRL + N: The next Use History command (N:NEXT)
  • Ctrl+r: Quick Search History Command (r:retrieve)
  • Ctrl+t: Swap the character of the cursor and the character before it
  • Ctrl+i: Equivalent to Tab key
  • Ctrl+o: Equivalent to Ctrl+m.
  • Ctrl+m: Equivalent Enter key
  • Ctrl+s: Make the Terminal daze, still, can make the terminal screen of the fast output stop
  • Ctrl+q: Quit Ctrl+s caused by daze
  • CTRL + Z: Enables tasks that are running in the terminal, running in the background (FG recovery available)
  • CTRL + C: Interrupt the task being performed in the terminal
  • Ctrl+d: You can exit the terminal in the case of an empty command line
  • Ctrl+[: Equivalent to the ESC key
  • ESC key: Display all supported terminal commands 3 times in a row

Linux terminal commands shortcut keys

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.