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

29
Linux/command/lnstat.md Normal file
View File

@@ -0,0 +1,29 @@
lnstat
===
显示Linux系统的网路状态
## 补充说明
**lnstat命令** 用来显示Linux系统的网路状态。
### 语法
```shell
lnstat(选项)
```
### 选项
```shell
-h显示帮助信息
-V显示指令版本信息
-c指定显示网络状态的次数每隔一定时间显示一次网络状态
-d显示可用的文件或关键字
-i指定两次显示网络状的间隔秒数
-k只显示给定的关键字
-s是否显示标题头
-w指定每个字段所占的宽度。
```