会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
蛋蛋烦蛋蛋
博客园
首页
新随笔
联系
订阅
管理
2020年11月27日
linux 检测进程
摘要: #!/bin/sh status="`ps -ef |grep "内容" | grep -v grep | wc -l`" if [ $status -eq 0 ] then cd /home/wwwroot/ nohup 命令 -d > /dev/null 2>&1 & echo '启动成功' e
阅读全文
posted @ 2020-11-27 13:59 酷酷的城池
阅读(73)
评论(0)
推荐(0)
编辑