2

I am using vsftpd installed on RHEL5.

I need to get the current logged on ftp users, so I issued last|grep 'still' but it didn't display the ftp users. What is the command to achieve this?

HopelessN00b
  • 53,795
  • 33
  • 135
  • 209
vnix27
  • 886
  • 2
  • 11
  • 19

2 Answers2

2

Use setproctitle_enable=YES in vsftpd.conf and you can do a ps aux on host to see connected users.

nicob
  • 84
  • 2
0

If your vsftpd is PAM-enabled, set session_support in vsftpd.conf.

ephemient
  • 1,470
  • 1
  • 11
  • 8