mirror of
https://github.com/Estom/notes.git
synced 2026-04-13 10:19:50 +08:00
linux 命令和教程补充
This commit is contained in:
29
Linux/command/lnstat.md
Normal file
29
Linux/command/lnstat.md
Normal file
@@ -0,0 +1,29 @@
|
||||
lnstat
|
||||
===
|
||||
|
||||
显示Linux系统的网路状态
|
||||
|
||||
## 补充说明
|
||||
|
||||
**lnstat命令** 用来显示Linux系统的网路状态。
|
||||
|
||||
### 语法
|
||||
|
||||
```shell
|
||||
lnstat(选项)
|
||||
```
|
||||
|
||||
### 选项
|
||||
|
||||
```shell
|
||||
-h:显示帮助信息;
|
||||
-V:显示指令版本信息;
|
||||
-c:指定显示网络状态的次数,每隔一定时间显示一次网络状态;
|
||||
-d:显示可用的文件或关键字;
|
||||
-i:指定两次显示网络状的间隔秒数;
|
||||
-k:只显示给定的关键字;
|
||||
-s:是否显示标题头;
|
||||
-w:指定每个字段所占的宽度。
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user