首页
诗词
字典
板报
句子
名言
友答
励志
学校
网站地图
UNIXLINUX
windows
windowsxp
windows server
DOS
UNIXLINUX
windows7
当前位置:
首页
>
教程频道
>
操作系统
>
UNIXLINUX
>
linux停查看端口地址占用
2013-03-27
linux下查看端口地址占用查看端口是否被占用:netstat -apn|grep port查看被哪个进程占用:lsof -i:port查看
linux下查看端口地址占用
查看端口是否被占用:
netstat -apn|grep port
查看被哪个进程占用:
lsof -i:port
查看具体进程
ps -ef|grep PID
查看更多
下一篇
本文网址:
https://www.reader8.net/jiaocheng/20130327/2018544.html
读书人精选
热点排行
Linux系统课程-Linux常用的压缩及解压缩
linux 相干命令整理
sed解决方法
bad inperpreter解决办法
克隆linux系统到原来的windows计算机-分
linux top下令 排序
设立linux网卡,虚拟机网卡
关于linux命令参数顺序的有关问题
linux环境变量set/env/export/declare的
UNIX 好手的 20 个习惯