关闭→
当前位置:知科普>IT科技>停止进程 - linux

停止进程 - linux

知科普 人气:1.1W

1、打开进程id,用ps命令查找进程,使用-e 选项。 通过less的方式输出

linux 停止进程

2、找到进程,通过grep将ps的输出通过管道传输,并指定该进程的名称。

linux 停止进程 第2张

3、找到要终止的进程,然后通过kill命令来停止进程。

linux 停止进程 第3张

TAG标签:#停止 #进程 #linux #