linux下发布tomcat项目时用到的一些command查看进程:ps -ef|grep javanetstat -an|grep 18080lsof -i:1808
linux下发布tomcat项目时用到的一些command
查看进程:
ps -ef|grep java
netstat -an|grep 18080
lsof -i:18080
查看空间:
du -sh
linux下发布tomcat项目时用到的一些command
查看进程:
ps -ef|grep java
netstat -an|grep 18080
lsof -i:18080
查看空间:
du -sh