# sudo /etc/init.d/vsftpd restart
Rather than invoking init scripts through /etc/init.d, use the service(8)
utility, e.g. service vsftpd restart
Since the script you are attempting to invoke has been converted to an
Upstart job, you may also use the stop(8) and then start(8) utilities,
e.g. stop vsftpd ; start vsftpd. The restart(8) utility is also available.
vsftpd start/running, process 3237
그런 다음 이것을 시도
# service vsftpd start
vsftpd start/running, process 3275
# service vsftpd stop
stop: Unknown instance:
# service vsftpd restart
stop: Unknown instance:
vsftpd start/running, process 3315
# sudo service vsftpd restart
stop: Unknown instance:
vsftpd start/running, process 3358
위의 경우 다시 시작하려고하면 vsftp의 크기를 조정할 수 없습니다! 다시 시작하는 방법? 조언하십시오