linux下发布tomcat项目时用到的一些command
查看进程:
ps -ef|grep java
netstat -an|grep 18080
lsof -i:18080
查看空间:
du -sh
发布时间: 2012-08-14 10:39:57 作者: rapoo
linux下发布tomcat项目时用到的一些command
查看进程:
ps -ef|grep java
netstat -an|grep 18080
lsof -i:18080
查看空间:
du -sh