摘要: netstat -ntupln表示不查询dnst表示tcp协议u表示udp协议p表示查询占用的程序l表示查询正在监听的程序查看那个进程占用了xxx端口lsof -i:xxx查看进程号为xxx的进程在哪里ps -ef|grep xxxps -ef |grep 程序名netstat -nltp |gre... 阅读全文
posted @ 2015-06-03 18:33 agang_19 阅读(635) 评论(0) 推荐(0) 编辑