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

24
Linux/command/ftptop.md Normal file
View File

@@ -0,0 +1,24 @@
ftptop
===
proftpd服务器的连接状态
## 补充说明
**ftptop命令** 类似于top命令的显示风格显示proftpd服务器的连接状态。
### 语法
```shell
ftptop(选项)
```
### 选项
```shell
-D过滤正在下载的会话
-S仅显示指定虚拟主机的连接状态
-d指定屏幕刷新时间默认
```