学习自:报错:Unit network.service could not be found.[已解决]
1)yum install network-scripts

2)下载完成后,查看network的运行状态
systemctl status network

此时的network处于关闭(inactive)状态
3)启动network
systemctl start network
没报错就说明成功了
4)检查network运行状态
systemctl status network


学习自:报错:Unit network.service could not be found.[已解决]

systemctl status network

此时的network处于关闭(inactive)状态
systemctl start network
没报错就说明成功了
systemctl status network

