Each vsftpd user will have their own process on the server. You could list them with a:
ps -aef | grep vsftpd
And optionally, kill any process you wish to terminate the corresponding connection.
Andrew
Chris Mauritz wrote:
Bank wrote:
hi, is there anyway to monitor vstpd connections to my computer? like a utility like ftpwho? Also how would i kick off current users connected to my server.
__
I'm not aware of any "easy to use" monitor. Kicking off current users is as easy as:
/etc/rc.d/init.d/vsftpd stop/start/restart
Cheers,
C
CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos