Linux ftpcount命令

Linux 教程 · 2019-02-14 21:26:31

Linux ftpcount命令用于显示目前以FTP登入的用户人数。

执行这项指令可得知目前用FTP登入系统的人数以及FTP登入人数的上限。

语法

ftpcount

参数说明:

  • -f<设定文件> : 指定设定文件的路径。
  • -h,--help :显示帮助信息。

实例

ftpcount 可以直接查询FTP服务器上用户的人数,可直接使用如下命令:

ftpcount              #查询当前FTP用户的人数 

该命令有如下输出结果:

$ ftpcount             #查询当前FTP用户的人数  
Master proftpd process 2085:  
Service class - 6 user #当前共6个用户登录到服务器 

点击查看所有 Linux 教程 文章: https://codercto.com/courses/l/14.html

查看所有标签

Programming Rust

Programming Rust

Jim Blandy / O'Reilly Media / 2016-8-25 / GBP 47.99

This practical book introduces systems programmers to Rust, the new and cutting-edge language that’s still in the experimental/lab stage. You’ll learn how Rust offers the rare and valuable combination......一起来看看 《Programming Rust》 这本书的介绍吧!

随机密码生成器
随机密码生成器

多种字符组合密码

Base64 编码/解码
Base64 编码/解码

Base64 编码/解码

RGB CMYK 转换工具
RGB CMYK 转换工具

RGB CMYK 互转工具