Tell me more ×
Ask Ubuntu is a question and answer site for Ubuntu users and developers. It's 100% free, no registration required.

I installed vsftpd and was in the process of configuring it. When I sent the vsftpd server stop command:

sudo service vsftpd stop

I received:

stop: Unknown instance

So I went ahead and uninstalled it and rebooted the system

sudo apt-get remove --purge vsftpd

when I 'stop' vsftpd now it says:

vsftpd: unrecognized service

If I try 'uninstalling' vsftpd its says:

Package vsftpd is not installed, so not removed

Issue: But I can still connect to my server using FTP client

I cannot somehow believe there is a zombie? process that is not getting killed even after reboot. Can someone please throw light on this?

System Configuration: Ubuntu 12.04.1 Server LTS as Guest VM on Windows 7 Host VM

Please let me know in case you require any additional information

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.