已經把
/etc/init/vsftpd.conf
更名為
/etc/init/vsftpd.conf.off
所以在開機時不會自動執行
但是,現在有個問題
就是如果移掉這個東西
會變得連使用 sudo service vsftpd start 時
都沒辦法啟動vsftpd
Rather than invoking init scripts through /etc/init.d, use the service(8)
utility, e.g. service vsftpd start
Since the script you are attempting to invoke has been converted to an
Upstart job, you may also use the start(8) utility, e.g. start vsftpd
start: Unknown job: vsftpd
看起來是不認得vsftpd
想請問
要如何讓 sudo service vsftpd start 的指令可用
但是讓 vsftpd 在開機時不會自動執行?
--
All Comments