Linux 命令

[root@bogon bin]# yum search netstat   // 查找netstat命令 在 哪个包里

已加载插件:fastestmirror
Loading mirror speeds from cached hostfile
* base: mirrors.sohu.com
* extras: mirrors.sohu.com
* updates: mirrors.sohu.com
================================ 匹配:netstat =================================
dstat.noarch : Versatile resource statistics tool
net-snmp.x86_64 : A collection of SNMP protocol tools and libraries
net-tools.x86_64 : Basic networking tools
[root@bogon bin]# yum search netstat^C

 

[root@bogon bin]# yum install net-tools //安装相关包

查看ip地址 : ip addr

查看网络配置:1、 cd /etc/sysconfig/network-scripts  2、找到里面的   ifcfg-enp0* 的文件  3、vi 编辑

配置IP地址:

Linux 命令

firewall防火墙: 

  查看防火墙状态 systemctl status firlwalld   启用防火墙 service firewalld start  重启防火墙 service firewalld restart 关闭防火墙 service firewalld stop

测试连接:ping erbao.site

查看网络端口占用情况同时显示进程: netstat -ntlp

上一篇:centos7没有netstat命令的解决方法


下一篇:netstat命令详解