linux下发布tomcat项目时用到的一些command

查看进程:
ps -ef|grep java

netstat -an|grep 18080

lsof -i:18080

查看空间:
du -sh

猜你喜欢

转载自wumingdlz.iteye.com/blog/949158