linux經常使用命令

1. 查看端口占用及關閉 Ubuntu查看端口使用狀況,使用netstat命令。 查看已經鏈接的服務端口(ESTABLISHED)web netstat -a 查看全部的服務端口(LISTEN,ESTABLISHED)shell netstat -anp 查看指定端口,能夠結合grep命令,進行快速查找:ubuntu netstat -anp | grep :8080 ubuntu下也能夠使用ls
相關文章
相關標籤/搜索