You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

600 B

pidof

查找指定名称的进程的进程号ID号

补充说明

pidof命令 用于查找指定名称的进程的进程号id号。

语法

pidof(选项)(参数)

选项

-s仅返回一个进程号
-c仅显示具有相同“root”目录的进程
-x显示由脚本开启的进程
-o指定不显示的进程ID。

参数

进程名称:指定要查找的进程名称。

实例

pidof nginx
13312 5371

pidof crond
1509

pidof init
1