Incorrect command displayed on FTP server setup guide

Bug #1614734 reported by Ben Schneider
12
This bug affects 2 people
Affects Status Importance Assigned to Milestone
Ubuntu Server Guide
New
Undecided
Unassigned

Bug Description

https://help.ubuntu.com/16.04/serverguide/ftp-server.html

Context:
Now restart vsftpd, and non-anonymous users will be forced to use FTPS:

sudo restart vsftpd
To allow users with a shell of /usr/sbin/nologin access to FTP, but have no shell access, edit /etc/shells adding the nologin shell:

"sudo restart vsftpd" should be "sudo service vsftpd restart"

Revision history for this message
Doug Smythies (dsmythies) wrote :

Shouldn't it actually be:

sudo systemctl restart vsftpd.service

?

Revision history for this message
Yubin (yubin) wrote :

Ubuntu uses Systemd Systems now,

so use

systemctl start vsftpd

should just do fine

Revision history for this message
Alano (benehiko) wrote :

Also had a problem with this command. Used systemctl restart vsftpd

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.