centos 7中与网络有关的命令

1、启动、停止、关闭网络服务

systemctl retart network.service 或 systemctl restart network
systemctl start network.service 或 systemctl start network
systemctl stop network.service 或 systemctl stop network

2、启用、停止单个网卡的服务

#ifconfig [网卡名] down
# ifconfig [网卡名] up

a

发表评论

电子邮件地址不会被公开。 必填项已用*标注

您可以使用这些HTML标签和属性: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>