会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
卡卡西村长的小灶
博客园
首页
联系
管理
2018年10月25日
centos删除指定名称的进程
摘要: vim kill_process.sh if [ "$1" = "" ]; then echo "Usage: sh $0 <processname>" exit 0 fi for i in {1..100} do s1=`ps -ef|grep $1|grep -v "sh $1"|grep -v
阅读全文
posted @ 2018-10-25 20:15 卡卡西村长
阅读(356)
评论(0)
推荐(0)