#ps aux|grep nginx

root 1231 0.0 0.0 46336 956 ? Ss 04:21 0:00 nginx: master process /usr/sbin/nginx -c /etc/nginx/nginx.conf
nginx 1232 0.0 0.2 46808 2144 ? S 04:21 0:00 nginx: worker process
root 1247 0.0 0.0 112660 972 pts/0 R+ 04:56 0:00 grep --color=auto nginx

# ls -l /proc/1231/exe

lrwxrwxrwx. 1 root root 0 Nov 6 04:24 /proc/1231/exe -> /usr/sbin/nginx

最新文章

  1. ASP.NET MVC RenderPartial和Partial的区别
  2. 基于MATLAB的GUI(Graphical User Interface)音频实时显示设计
  3. div一直浮动在页面的底部
  4. UNIQUEIDENTIFIER列上的统计信息
  5. unity3D里面的点乘和叉乘
  6. angularjs中只显示选中的radio的值
  7. Phython 学习笔记之——类的初步认识
  8. EF CodeFirst-----简单demo示例
  9. linux 非缓冲io笔记
  10. 【POJ3481】【splay】Double Queue
  11. ZenCoding 个人理解和总结
  12. Yii2 Restful Api 401
  13. ACM-ICPC 2018 徐州赛区网络预赛 HRyuji doesn't want to study 树状数组
  14. 035_lua快速入门
  15. Cross-origin plugin content from must have a visible size larger than 400 x 300 pixels, or it will be blocked. Invisible content is always blocked.
  16. [Robot Framework] Robot Framework里面的变量怎么知道是在哪里定义的?
  17. 2017-2018-1 20155306 《信息安全系统设计基础》嵌入式C语言———提取设置时分秒
  18. 9.26 开课第二十三天 (JS表单验证)
  19. 51nod 1471 小S的兴趣 | 分块 链表
  20. [Luogu5105]不强制在线的动态快速排序

热门文章

  1. C# System.IO.FileAccess
  2. R语言编程艺术#01#数据类型向量(vector)
  3. 第三部分:Android 应用程序接口指南---第二节:UI---第四章 Action Bar
  4. lua -- 系统提示框
  5. Linux免密码登录设置 && 设置快捷键
  6. Android开发(十八)——头部、中部、底部布局技巧
  7. 编写自定义Yeoman生成器简述
  8. Git 修正错误
  9. Stanford Corenlp学习笔记——词性标注
  10. Spark学习笔记——在远程机器中运行WordCount