摘要: The kill command sends a signal to a process, usually to terminate the process. kill PID This command sends the SIGTERM signal to the process with the 阅读全文
posted @ 2024-05-24 03:11 Zhentiw 阅读(30) 评论(0) 推荐(0)
摘要: ps The ps command is used to display information about running processes. This command displays a snapshot of the current processes. Common Options: a 阅读全文
posted @ 2024-05-24 02:52 Zhentiw 阅读(11) 评论(0) 推荐(0)