Naive Asked: 2013-09-24 21:48:20 +0800 CST2013-09-24 21:48:20 +0800 CST 2013-09-24 21:48:20 +0800 CST Why service restart fails with :-restart: Unknown instance: 772 root@user-desktop:/etc# sudo /usr/sbin/service vsftpd restart restart: Unknown instance: command-line 2 Answers Voted Best Answer Oli 2013-09-25T05:00:57+08:002013-09-25T05:00:57+08:00 A typical restart job will attempt to kill an old instance first. What is happening here is that there isn't an old copy to kill. Mitesh Shah 2013-09-25T05:44:05+08:002013-09-25T05:44:05+08:00 Try this sudo /etc/init.d/vsftpd restart
A typical restart job will attempt to kill an old instance first. What is happening here is that there isn't an old copy to kill.
Try this
sudo /etc/init.d/vsftpd restart