linux 命令和教程补充

This commit is contained in:
estomm
2021-12-24 11:16:28 +08:00
parent 40e916976b
commit b7c3653392
586 changed files with 46455 additions and 39 deletions

26
Linux/command/ifdown.md Normal file
View File

@@ -0,0 +1,26 @@
ifdown
===
禁用指定的网络接口
## 补充说明
**ifdown命令** 用于禁用指定的网络接口。
### 语法
```shell
ifdown(参数)
```
### 参数
网络接口:要禁用的网络接口。
### 实例
```shell
ifdown eth0 #禁用eth0
```