kill.txt
来自「上一个上传的有问题,这个是好的。visopsys包括系统内核和GUI的全部SOU」· 文本 代码 · 共 20 行
TXT
20 行
-- 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 + =
减小字号Ctrl + -
显示快捷键?