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

Linux ftpwho command

Linux Command大全

The Linux ftpwho command is used to display information about all users currently logged in via FTP.

Executing this command can tell you who is currently logged into the system using FTP and what operations they are performing.

Syntax

ftpwho

Parameter Description:

  • -v Display version information

Online Examples

To query which users are currently logged into the FTP server, you can use the following command directly:

ftpwho

The following output results are available for this command:

$ ftpwho # Query the current users logged into the FTP server  
standalone FTP daemon[2085]:  
3547 wyw [1m20s] 1m25s(idle)  
Service class - 1 user # There is currently a user logged into the FTP server

Linux Command大全