会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
anitinaj
博客园
首页
新随笔
联系
管理
订阅
2017年8月31日
linux shell脚本监控进程是否存在
摘要: 用shell脚本监控进程是否存在 不存在则启动的实例,先上代码干货: 1 2 3 4 5 6 7 8 #!/bin/sh ps -fe|grep processString |grep -v grep if [ $? -ne 0 ] then echo "start process....." el
阅读全文
posted @ 2017-08-31 10:31 anitinaj
阅读(22487)
评论(4)
推荐(1)
编辑
公告