CentOS下查看端口口令和安装工具

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了CentOS下查看端口口令和安装工具相关的知识,希望对你有一定的参考价值。

lsof查看端口
lsof -i:3306

安装lsof
yum install lsof -y

netstat查看端口
netstat -lntp | grep 3306
安装netstat
yum install net-tools -y

以上是关于CentOS下查看端口口令和安装工具的主要内容,如果未能解决你的问题,请参考以下文章

服务器CentOS安装nmap端口查看工具

CentOS安装nmap端口查看工具

linux下怎么开启80端口

centos下安装nmap工具及简单用法

centos下安装postgresql

Linux centos 下安装iftop端口流量监控工具(通过编译方式安装)