2019-01-12-查看某个进程或者服务是否存在

ps -aux | grep tomcat

利用进程来查看  命令里 ps -aux | grep xxx 是查看某个进程或者服务是否存在。 

你可能感兴趣的:(2019-01-12-查看某个进程或者服务是否存在)