~~~
[root@cp31 /]# ps -C nginx -o pid
PID
4078
8533
16897
31344
~~~
~~~
[root@cp31 /]# ps -ef | grep nginx
root 4077 3155 0 Mar01 pts/0 00:46:38 confd -interval 10 -node 192.168.30.33:4001 -config-file /etc/confd/conf.d/nginx.toml
root 4078 3155 0 Mar01 pts/0 00:00:00 nginx: master process /usr/sbin/nginx -c /etc/nginx/nginx.conf -g daemon off;
root 4106 3155 0 Mar01 pts/0 00:00:00 tail -f /var/log/nginx/access.log /var/log/nginx/check.log /var/log/nginx/error.log
root 6102 17513 0 07:52 pts/17 00:00:00 grep --color=auto nginx
root 8533 1 0 May28 ? 00:00:00 nginx: master process /usr/sbin/nginx -c /etc/nginx/nginx.conf
100 16897 4078 0 May22 pts/0 00:00:00 nginx: worker process
nginx 31344 8533 0 Jun06 ? 00:00:12 nginx: worker process
~~~
- 目錄
- W3School
- 工具
- 手冊
- 實驗
- 慕課
- Linux軟件安裝管理
- RPM包安裝
- yum安裝
- Linux系統管理
- ps_mem
- uname
- CentOS版本
- Linux服務管理
- Linux權限管理
- Linux 權限控制的基本原理
- Linux網絡管理
- Linux計劃任務
- Crontab
- 任務啟停
- 綜合用例
- 間隔任務
- 一次任務
- 跨天任務
- 輸出重定向
- Crontab任務權限
- 多任務
- 表達式
- 視頻教程
- 不知疲倦的時間表
- 發送郵件
- nginx
- nginx入門到實踐
- Nginx配置Web服務器
- 查看進程
- 配置步驟
- nginx升級
- 腳本升級
- systemctl 命令完全指南
- Linux 軟件安裝目錄
- 查看文件安裝路徑
- 書籍
- 《Linux Shell腳本攻略》
- 《循序漸進Linux》
- 課程
- Linux典型應用
- 網址
- 通信
- MySQL開啟遠程連接
- 防火墻
- 安全組規則
- Mailx
- 介紹
- 安裝
- 配置
- 發送郵件
- 163_email
- 安全
- Linux中root賬號和普通賬號有什么區別,root賬號為什么不能刪除?
- chmod改變文件權限
- SELinux入門