[CentOS] vsftpd monitoring

John Quaglieri john at interserver.net
Fri Apr 8 21:37:51 UTC 2005


You can also run lsof -i :21 to see all the connections, username 
connected, and process id.

Andrew Hull wrote:
> 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
>>
> _______________________________________________
> CentOS mailing list
> CentOS at centos.org
> http://lists.centos.org/mailman/listinfo/centos
> 

-- 

Regards,
John Quaglieri
InterServer, Inc
201-643-0135x101



More information about the CentOS mailing list