In Linux systems, Ctrl + c and ctrl + z are interrupt commands, but their roles are different.

In the Linux system, Ctrl + c and ctrl + z are interrupt commands, but their roles are different.
Ctrl + c is to force the execution of the interrupted program, and the process has been terminated.

Ctrl + z is to abort the task (pause meaning).

Published 19 original articles · praised 7 · visits 582

Guess you like

Origin blog.csdn.net/liu201812/article/details/103127618