[CentOS] vsftpd monitoring

Fri Apr 8 12:38:35 UTC 2005
Andrew Hull <list at racc2000.com>

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 at centos.org
> http://lists.centos.org/mailman/listinfo/centos
>