常用命令备份一下

netstat -ntl

ps -ef | grep httpd

ps -ef | grep 80

netstat -lnp | grep 80

netstat -tupln | grep 8009

scp -p 22 1.txt [email protected]:/usr/local.....

ps -C java -m | wc -l

netstat -na | grep ESTAB | grep 80 | wc -l

netstat -anlt|grep 8009|grep ESTABLISHED

猜你喜欢

转载自buaixianchen.iteye.com/blog/965183