linux实用命令总结

1、查看端口进程 

lsof -i:80

ps aux

ps -ef | grep java

2、mac如果以ROOT连接centos

ssh -l root 123.56.72.172


你可能感兴趣的:(linux实用命令总结)