常用linux命令

netstat -ntlp|grep 80

ps -ef| grep httpd

tail -fn 100 catalina.out

free -m

lsof -i :8086

ps -ef |grep tomcat2 | grep -v grep| awk '{print $2}'

find . xxx

 

posted @ 2020-03-12 22:46  hotMemo  阅读(132)  评论(0编辑  收藏  举报