Files
linux-wiki/content/小白手册/疑难解答/第一次使用启用网卡.md
2021-10-21 14:57:58 +08:00

14 lines
167 B
Markdown
Executable File
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
第一次使用启用网卡主要针对centos
```bash
cd /etc/sysconfig/network-scripts
ls
```
```bash
vi ifcfg-***
service network restart
```