I am using vsftpd setup on RHEL5. I have need of get current logged on ftp users. Is there any command do achieve this , i issued last|grep 'still' but it don't display ftp users

Thanks

link|improve this question

61% accept rate
feedback

2 Answers

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

link|improve this answer
feedback

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

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.