CentOS 查看开启的端口列表 | Linux
linux-dash
A beautiful web dashboard for Linux
项目地址:https://gitcode.com/gh_mirrors/li/linux-dash
免费下载资源
·
CentOS 查看开启的端口列表 | Linux
这该指令查看服务器已开启的端口
netstat -lntp
[root@host ~]# netstat -lntp
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 127.0.0.1:25 0.0.0.0:* LISTEN 1314/master
tcp 0 0 :::1111 :::* LISTEN 1352/python
tcp 0 0 :::8888 :::* LISTEN 1352/python
tcp 0 0 ::1:25 :::* LISTEN 1314/master
tcp 0 0 :::443 :::* LISTEN 1327/httpd
tcp 0 0 :::4444 :::* LISTEN 1352/python
tcp 0 0 :::1021 :::* LISTEN 1057/sshd
tcp 0 0 :::7777 :::* LISTEN 1352/python
tcp 0 0 :::3333 :::* LISTEN 1352/python
tcp 0 0 :::6666 :::* LISTEN 1352/python
tcp 0 0 :::2222 :::* LISTEN 1352/python
tcp 0 0 :::9999 :::* LISTEN 1352/python
tcp 0 0 :::80 :::* LISTEN 1327/httpd
tcp 0 0 :::5555 :::* LISTEN 1352/python
GitHub 加速计划 / li / linux-dash
10.39 K
1.2 K
下载
A beautiful web dashboard for Linux
最近提交(Master分支:2 个月前 )
186a802e
added ecosystem file for PM2 4 年前
5def40a3
Add host customization support for the NodeJS version 4 年前
更多推荐
已为社区贡献31条内容
所有评论(0)