Configure the FTP service in your system, allow remote access to anonymous login and download the program by this service. Service is still running after system rebooting.

Configure the FTP service in your system, allow remote access to anonymous login and download the program by this service. Service is still running after system rebooting.
A. See explanation below.

Download Printable PDF. VALID exam to help you PASS.

2 thoughts on “Configure the FTP service in your system, allow remote access to anonymous login and download the program by this service. Service is still running after system rebooting.

  1. # yum install vsftpd
    # systemctl start vsftpd
    # systemctl enable vsftpd
    # rpm -qc vsftpd –> to list all the vsftpd conf file, then get the main vsftpd conf file, which probably ends with .conf extention
    # vim file.conf
    search for anonymous_enable= and set it with YES
    # systemctl restart vsftpd

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.