Unit network.service could not be found的解决方法

发布时间 2023-07-25 17:23:49作者: ShineLe

学习自:报错: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