mirror of
https://github.com/Estom/notes.git
synced 2026-04-28 04:22:13 +08:00
linux 命令和教程补充
This commit is contained in:
24
Linux/command/ftptop.md
Normal file
24
Linux/command/ftptop.md
Normal file
@@ -0,0 +1,24 @@
|
||||
ftptop
|
||||
===
|
||||
|
||||
proftpd服务器的连接状态
|
||||
|
||||
## 补充说明
|
||||
|
||||
**ftptop命令** 类似于top命令的显示风格显示proftpd服务器的连接状态。
|
||||
|
||||
### 语法
|
||||
|
||||
```shell
|
||||
ftptop(选项)
|
||||
```
|
||||
|
||||
### 选项
|
||||
|
||||
```shell
|
||||
-D:过滤正在下载的会话;
|
||||
-S:仅显示指定虚拟主机的连接状态;
|
||||
-d:指定屏幕刷新时间,默认
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user