please add the result of ls -l vsftpd.conf from the place the file is located. And the command you used to start editing it.
– RinzwindAug 02 '19 at 08:11
Need to use the sudo along with the command /etc/vsftpd.conf, as a result, to edit use the command: sudo nano /etc/vsftpd.conf
– Razor RasshAug 02 '19 at 10:06
ls -l vsftpd.conf
from the place the file is located. And the command you used to start editing it. – Rinzwind Aug 02 '19 at 08:11ubuntu
itself is not the root user - to temporarily become root usesudo
- see How do I get permissions to edit system configuration files? – steeldriver Aug 02 '19 at 08:16sudo
along with the command/etc/vsftpd.conf
, as a result, to edit use the command:sudo nano /etc/vsftpd.conf
– Razor Rassh Aug 02 '19 at 10:06