从今天起,会在这里记一些我使用过的linux命令
=======I'm 分割线=======
11.查看某个端口号被哪个应用占用
netstat -apn|grep 端口号,lsof -i:端口号,netstat -tunlp | grep 端口号
10.查看某个进程(13/09/04)
ps aux | grep app_name
9.剪切(13/07/25)
mv /tmp/tomcat.zip /usr/local
从今天起,会在这里记一些我使用过的linux命令
=======I'm 分割线=======
11.查看某个端口号被哪个应用占用
netstat -apn|grep 端口号,lsof -i:端口号,netstat -tunlp | grep 端口号
10.查看某个进程(13/09/04)
ps aux | grep app_name
9.剪切(13/07/25)
mv /tmp/tomcat.zip /usr/local
相关文章: