//网卡配置目录路径
[root@localhost ~]# cd /etc/sysconfig/network-scripts/
//配置文件# vim ifcfg-ens32
//查看所有网络设备信息
[root@localhost network-scripts]# ip a
//查看该网卡发送和接收数据包
[root@localhost network-scripts]# ip -s link show ens32
//查看网卡信息
root@localhost network-scripts]# nmcli connection show
//查看网口属性
[root@localhost network-scripts]# ethtool ens32
//网络图形配置命令
root@localhost network-scripts]# nmtui
//重新载入
[root@localhost network-scripts]# nmcli connection reload
*----------常用命令------------*
#systemctl enable 服务名 //添加开机启动(disable 取消)
#systemctl start 服务名 //添加开机启动(stop停止、restart重启、status运行状态)