English | 简体中文 | 繁體中文 | Русский язык | Français | Español | Português | Deutsch | 日本語 | 한국어 | Italiano | بالعربية

Linux ftpcount command

Linux Command大全

The Linux ftpcount command is used to display the number of users currently logged in via FTP.

Executing this command can learn the number of people currently logged in via FTP and the upper limit of FTP login numbers.

Syntax

ftpcount

Parameter Description:

  • -f<set file> : Specify the path of the set file.
  • -h,--help :Display help information.

Online Example

ftpcount can directly query the number of users on the FTP server and can use the following command directly:

ftpcount              # Query the number of current FTP users 

The following output results are available for this command:

$ ftpcount             # Query the number of current FTP users  
Master proftpd process 2085:  
Service class - 6 user # Currently, a total of6users logged into the server 

Linux Command大全