mirror of
https://github.com/Estom/notes.git
synced 2026-04-24 10:34:11 +08:00
linux 命令和教程补充
This commit is contained in:
23
Linux/command/usernetctl.md
Normal file
23
Linux/command/usernetctl.md
Normal file
@@ -0,0 +1,23 @@
|
||||
usernetctl
|
||||
===
|
||||
|
||||
被允许时操作指定的网络接口
|
||||
|
||||
## 补充说明
|
||||
|
||||
**usernetctl命令** 在用于被允许时操作指定的网络接口。
|
||||
|
||||
### 语法
|
||||
|
||||
```shell
|
||||
usernetctl(参数)
|
||||
```
|
||||
|
||||
### 参数
|
||||
|
||||
* 网络接口:被操纵的网络接口;
|
||||
* up:激活网络接口;
|
||||
* down:禁用网络接口;
|
||||
* report:报告网络接口状态。
|
||||
|
||||
|
||||
Reference in New Issue
Block a user