14 lines
167 B
Markdown
Executable File
14 lines
167 B
Markdown
Executable File
第一次使用启用网卡(主要针对centos)
|
||
|
||
```bash
|
||
cd /etc/sysconfig/network-scripts
|
||
ls
|
||
```
|
||
|
||
```bash
|
||
vi ifcfg-***
|
||
service network restart
|
||
|
||
```
|
||
|