linux常用命令

1、查看端口占用情况
netstat -tunlp | grep 8000

解析:t:tcp、u:udp、l:listen(监听中)、p:program(应用程序)


2、通过上面进程ID,查看是什么应用
ps -ef |grep pid(进程号)

 

更新中...

posted @ 2019-04-02 12:31  N神3  阅读(196)  评论(0编辑  收藏  举报