📄 kill.txt
字号:
-- kill --Kill (stop) programs or processes.Usage: kill [-f] <process1> [process2] [...]The 'kill' command can be used to stop and eliminate one or more programs orprocesses. The '-f' option means 'force' (i.e., stop the program even if itis not responding, or if there are errors of various types). If no -f optionis specified, the kill operation will tend to quit if errors are encounteredwhile dismantling a process. The only mandatory parameter is a process IDnumber (and, optionally, any number of additional process ID numbers). Tosee a list of running processes, use the 'ps' command.Options:-f : Force kill -- ignore errors.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -