Linux 常用命令

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

ps aux|grep tomcat
ps -ef|grep tomcat

进程终止

kill -s 9 PID
posted @ 2020-01-10 14:48  南村一哥  阅读(141)  评论(0编辑  收藏  举报