We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
一般常用ps -ef|grep xxx命令筛选进程中的进程
ps -ef|grep xxx
其中:
-e 为显示所有程序
-f 显示进程中的更多属性,包括UID、PPID等