Home>Article>Operation and Maintenance> What is the linux network restart command?
What is the Linux network restart command?
Ubuntu
Restart network command
service networking restart
Restart network card command
ifconfig eth0 up
Fedore
Restart network command
systemctl restart network.service
CentOS
Restart network command
service network restart
Recommended: "linux tutorial"
The above is the detailed content of What is the linux network restart command?. For more information, please follow other related articles on the PHP Chinese website!