Details
The File Transfer Protocol (FTP) provides networked computers with the ability to transfer files.
Solution
Run one of the following commands to disable vsftpd :
# chkconfig vsftpd off
# systemctl disable vsftpd
# update-rc.d vsftpd disable
Supportive Information
The following resource is also helpful.
This security hardening control applies to the following category of controls within NIST 800-53: Configuration Management.This control applies to the following type of system Unix.