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
402 B

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