mirror of
https://github.com/Estom/notes.git
synced 2026-04-23 10:01:15 +08:00
linux 命令和教程补充
This commit is contained in:
26
Linux/command/ifdown.md
Normal file
26
Linux/command/ifdown.md
Normal file
@@ -0,0 +1,26 @@
|
||||
ifdown
|
||||
===
|
||||
|
||||
禁用指定的网络接口
|
||||
|
||||
## 补充说明
|
||||
|
||||
**ifdown命令** 用于禁用指定的网络接口。
|
||||
|
||||
### 语法
|
||||
|
||||
```shell
|
||||
ifdown(参数)
|
||||
```
|
||||
|
||||
### 参数
|
||||
|
||||
网络接口:要禁用的网络接口。
|
||||
|
||||
### 实例
|
||||
|
||||
```shell
|
||||
ifdown eth0 #禁用eth0
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user