Home > Article > Operation and Maintenance > How to activate the network card in centos
1. Enter the /etc/sysconfig/network-scripts/ directory
cd /etc/sysconfig/network-scripts/
2. List the files in the directory
ls
3. Find the ifcfg-en XXXXX file and edit it, for example: vim ifcfg-enp4s0
4. Change ONBOOT=no to ONBOOT=yes
5. Restart the system
reboot
Recommended tutorial: centos tutorial
The above is the detailed content of How to activate the network card in centos. For more information, please follow other related articles on the PHP Chinese website!