mirror of
https://github.com/LCTT/TranslateProject.git
synced 2024-12-26 21:30:55 +08:00
Merge pull request #23244 from wxy/20210907-How-to-Stop-a-Program-in-Linux-Terminal
PRF:published/20210907 How to Stop a Program in Linux Terminal.md
This commit is contained in:
commit
a1cb4ccc58
@ -24,7 +24,7 @@
|
||||
|
||||
以 `ping` 命令为例。如果你不中止它,它将持续显示结果。
|
||||
|
||||
按住 `Ctrl` 键并同时按下 `C` 键。它向正在运行的程序发送 [SIGKILL 信号][1]以强制退出该命令。
|
||||
按住 `Ctrl` 键并同时按下 `C` 键。它向正在运行的程序发送 [SIGINT 信号][1]以强制退出该命令。
|
||||
|
||||
![Stopping a program in the Linux terminal][2]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user