位置: 编程技术 - 正文
推荐整理分享Linux中通过 kill命令 杀死指定进程(linux kill-15),希望有所帮助,仅作参考,欢迎阅读内容。
文章相关热门搜索词:linux kill -l,linux kill-15,linux kill-15,linux命令kill怎么用,linux中kill命令详解,linux命令kill怎么用,linux kill -s,linux中killed,内容如对您有帮助,希望把文章链接给更多的朋友!
一 杀死指定进程
现知道有一个curl线程正在运行,需要杀死anggang@barry$ curl -y -Y 1 -m -x 8.8.8.8: -o html_baidu % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- 0:: --:--:-- 0
ps -ef 查询运行进程yanggang@barry$ ps -ef | grep curlyanggang 0 : pts/0 :: curl -y -Y 1 -m -x 8.8.8.8: -o html_baidu 0 : pts/1 :: grep --color=auto curlps -ef 查询并过滤进程id:yanggang@barry$ ps -ef | grep curlyanggang 0 : pts/0 :: curl -y -Y 1 -m -x 8.8.8.8: -o html_baidu 0 : pts/1 :: grep --color=auto curlyanggang@barry$ ps -ef | grep curl | grep -v grep | cut -c - ps -ef 查询并过滤进程id,并杀死该进程:yanggang@barry$ ps -ef | grep curlyanggang 0 : pts/3 :: curl -y -Y 1 -m -x 8.8.8.8: -o html_baidu (杀死进程前)yanggang 0 : pts/1 :: grep --color=auto curlyanggang@barry$ ps -ef | grep curl | grep -v grep | cut -c - yanggang@barry$ ps -ef | grep curl | grep -v grep | cut -c - | xargs kill -9yanggang@barry$ ps -ef | grep curlyanggang 0 : pts/1 :: grep --color=auto curl (杀死进程后,无此进程)
或者: kill -9 `ps -ef|grep “processname” | grep -v "grep"|awk '{print $2} '`
二 杀死批量进程
贴出源码:
linux静止ping的方法(服务器和防火墙方式) Linux服务器管理员可限制服务器禁止其它用户Ping,同时又保证Linux服务器又可以Ping其它服务器,本文将为大家具体的介绍linux静止ping的方法。首先登陆
linux系统下安装dovecot方法 Dovecot是一个开源的,为Linux/Unix-like系统提供IMAP,POP3服务的软件。Dovecot是一个比较新的软件,由TimoSirainen开发,最初发布于年7月。作者将安全性考虑
容易被误读的iostat(Linux系统) iostat主要用于报告中央处理器(CPU)统计信息和整个系统、适配器、tty设备、磁盘和CD-ROM的输入/输出统计信息,下面小编就为大家具体的讲解Linux系统
标签: linux kill-15
本文链接地址:https://www.jiuchutong.com/biancheng/360552.html 转载请保留说明!上一篇:Linux shell 比较运算符详解(shell数值比较)
友情链接: 武汉网站建设