vnix27 Asked: 2010-12-02 21:43:41 +0800 CST2010-12-02 21:43:41 +0800 CST 2010-12-02 21:43:41 +0800 CST Command to view logged on users in vsftpd? 772 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? ftp vsftpd 2 Answers Voted nicob 2010-12-08T06:03:42+08:002010-12-08T06:03:42+08:00 Use setproctitle_enable=YES in vsftpd.conf and you can do a ps aux on host to see connected users. ephemient 2010-12-02T22:25:40+08:002010-12-02T22:25:40+08:00 If your vsftpd is PAM-enabled, set session_support in vsftpd.conf.
Use
setproctitle_enable=YES
invsftpd.conf
and you can do aps aux
on host to see connected users.If your vsftpd is PAM-enabled, set
session_support
invsftpd.conf
.