如何在脚本中杀掉进程
摘要:
大佬那里找来的命令:https://www.cnblogs.com/linjiqin/p/7877721.html 作为备份,方便查找,就直接抄过来了,不过杀程序时要小心,不要误伤别的进程。 查找tomcat进程 ps -ef | grep tomcat | grep -v grep | awk ' 阅读全文
posted @ 2020-09-16 18:25 王昱棋 阅读(392) 评论(0) 推荐(0) 编辑