shell:判断一个进程是否存在

shell:判断一个进程是否存在 - dato0123 - ITeye技术网站


Javascript代码
  1. #test.sh  
  2. #!/bin/sh  
  3. pid=`ps -ef | grep -v grep | grep -v "test.sh" | grep $1 | sed -n  '1P' | awk '{print $2}'`  
  4. if [ -z $pid ] ; then  
  5.     echo "no this process"  
  6. else  
  7.     echo $pid  
  8. fi  

#test.sh<br /> #!/bin/sh<br /> pid=`ps -ef | grep -v grep | grep -v "test.sh" | grep $1 | sed -n '1P' | awk '{print $2}'`<br /> if [ -z $pid ] ; then<br /> echo "no this process"<br /> else<br /> echo $pid<br /> fi


例:
查询是否存在hello进程
#./test.sh hello
如果存在hello进程,会输出PID
不存在会输出 no this process
posted on 2012-04-17 12:39  lexus 阅读( ...) 评论( ...) 编辑 收藏

转载于:https://www.cnblogs.com/lexus/archive/2012/04/17/2453463.html

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值