Home > Operation and Maintenance > Linux Operation and Maintenance > What is the linux network restart command?

What is the linux network restart command?

藏色散人
Release: 2020-04-06 14:11:54
Original
8062 people have browsed it

What is the linux network restart command?

What is the Linux network restart command?

Ubuntu

Restart network command

service networking restart
Copy after login

Restart network card command

ifconfig eth0 up
Copy after login

Fedore

Restart network command

systemctl restart network.service
Copy after login

CentOS

Restart network command

service network restart
Copy after login

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!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template