Latest web development tutorials

Linux ftpcount command

Linux command Daquan Linux command Daquan

Linux ftpcount FTP command the number of users currently logged in for display.

The instructions can be executed that currently limit the number of systems using FTP login and FTP login number.

grammar

ftpcount

Parameter Description:

  • -f <settings file>: The specified settings file path.
  • -h, - help: Displays help information.

Examples

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

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

This command has the following output:

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

Linux command Daquan Linux command Daquan