pgrep 功能说明:查找匹配条件的进程号 此命令可以看作ps和grep命令的结合。 参数选项: -u 显示指定用户的所有进程号 范例:显示指定进程的pid命令 [root@testdb62 ~]# pgrep crond 1004 范例:显示指定用户的所有进程号 [root@testdb62 ~]# pgrep -u mysql 11250 13712 13746
pgrep 功能说明:查找匹配条件的进程号 此命令可以看作ps和grep命令的结合。 参数选项: -u 显示指定用户的所有进程号 范例:显示指定进程的pid命令 [root@testdb62 ~]# pgrep crond 1004 范例:显示指定用户的所有进程号 [root@testdb62 ~]# pgrep -u mysql 11250 13712 13746