码迷,mamicode.com
首页 > 系统相关 > 详细

linux 查看程序是否运行

时间:2015-06-09 13:29:29      阅读:159      评论:0      收藏:0      [点我收藏+]

标签:

ps aux | grep  my_post | grep -v grep

root      3682  0.0  0.3  76068  3192 ?        S    13:00   0:00 curl -s http://www.cnblogs.com/zdz8207/

注:grep -v grep 是不显示grep查询这个进程

linux 查看程序是否运行

标签:

原文地址:http://www.cnblogs.com/sandea/p/4562880.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!