-
.ps -ef|grep "supervisord" | grep -v grep | awk '{print $2}' | xargs kill -9 ps -ef|grep "supervisord" 查找 | grep -v grep 过滤自身 | awk '{print $2}' 第二列参数就是进程id | xargs kill -9 额外执行就是杀死
查找进程并且杀死
5355 人参与 | 时间:2022年08月11日 04:43:28
标签: linux
相关文章
- 2022-08-11 记录分析shell会员记录asciinema - Record and share your terminal sessions, the right way
- 2022-08-11 chattr -i .user.ini
- 2022-08-11 挂载虚拟盘
- 2022-08-11 /usr/bin/ld: cannot find -lmysqlclient解决方法 - libinbin_1014的专栏 - CSDN博客
- 2022-08-11 Issues · rbrito/usbmount
- 2022-08-11 队列系统Installing — Supervisor 4.0.4 documentation
- 2022-08-11 Linux 批量终止进程 - from_jiarenyf - CSDN博客
- 2022-08-11 laravel 的系统命令系统The Process Component (Symfony Docs)
- 2022-08-11 Open source NTFS-3G driver software and community
- 2022-08-11 让linux程序不需要编译AppImage | 随处运行的Linux应用程序
评论专区加入QQ群交流