常用Linux命令

ps -ef|grep tomcat    #查看进程

ps -aux|grep tomcat    #显示所有状态

终止进程:kill

find

which

where is 

top   #查看cpu使用率

free #快速查看内存使用情况

mv #移动文件

原文地址:https://www.cnblogs.com/graybird/p/10776696.html