ctrl-c,ctrl-z,ctrl-d Difference

Source: Internet
Author: User
Tags clear screen

Linux under:
Ctrl-c sends SIGINT signals to all processes in the foreground process group. Often used to terminate a running program.
Ctrl-z sends SIGTSTP signals to all processes in the foreground process group, often used to suspend a process.
Instead of sending a signal, ctrl-d represents a special binary value that represents EOF.
ctrl-/sends sigquit signals to all processes in the foreground process group, terminating the foreground process and generating core files.

Key Function
Ctrl-c Kill Foreground process
Ctrl-z Suspend Foreground process
ctrl-d Terminate input, or exit shell
Ctrl-s Suspend Output
Ctrl-q Resume Output
Ctrl-o Discard Output
Ctrl-l Clear Screen

Look at the terminal configuration with Stty-a.

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.