linux启动网络服务命令
时间: 2023-04-21 14:04:01 浏览: 592
linux网络命令
4星 · 用户满意度95%
Linux启动网络服务命令包括:
1.启动网络服务:systemctl start network
2.重启网络服务:systemctl restart network
3.停止网络服务:systemctl stop network
4.查看网络服务状态:systemctl status network
5.设置网络服务开机自启动:systemctl enable network
6.取消网络服务开机自启动:systemctl disable network
阅读全文