使用ps命令,使用方法如下:
ps -ef|grep shutdown
其中shutdown为关机命令,但是此时查看到的只是相对路径,没有绝对路径,如:
其中4170就是进程ID,此时进入【/proc/4170】,并通过 ls -al查看如下:
ls -al /proc/4170
注意:
参考: