CentOS查看進程狀態
CentOS查看進程狀態
一、進程狀態
1、查看 watchdog 該進程是否存在,並得到該進程的 ID 父進程 ID
[root@Demon home]# ps -ef | grep watchdogroot 6 2 0 06:44 ? 00:00:00 [watchdog/0]root 8698 3113 0 14:53 pts/0 00:00:00 grep watchdogwatchdog 的進程 ID = 6,父進程 ID = 2
2、通過進程號查看進程
[root@Demon home]# ps 6 PID TTY STAT TIME COMMAND 6 ? S 0:00 [watchdog/0]
http://xxxxxx/Linuxjc/1134215.html TechArticle