Linux 常用命令

进程查询(查看tomcat相关进程)

ps aux|grep tomcat
ps -ef|grep tomcat

进程终止

kill -s 9 PID
原文地址:https://www.cnblogs.com/chonghaojie/p/12176106.html