網卡配置目錄
/etc/sysconfig/network-scripts/
關閉網卡 $$ 打開網卡
ifdown ensp8 && ifup ensp8
重啟網卡服務
service network restart/start/stop
查看所有網卡信息
ifconfig
查看ensp8網卡信息
ifconfig ensp8
SELINUX
關閉當前selinux
setenforce 0
selinux配置文件
/etc/sysconfig/selinux
防火牆
關閉防火牆
systemctl stop firewalld.service
關閉隨機啟動
systemctl disable firewalld.service
關機重啟命令
20分鍾后關機
shutdown -h now +20
20分鍾后重啟
reboot -h now +20