You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
384 B

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

ifcfg
===
置Linux中的网络接口参数
## 说明
**ifcfg命令** 是一个Bash脚本程序用来设置Linux中的网络接口参数
## 选项
```
ifcfg(参数)
```
### 参数
```
网络接口:指定要操作的网络接口
add/del添加或删除网络接口上的地址
ip地址指定IP地址和子网掩码
Stop停用指定的网络接口的IP地址
```