21.2.3. Additional Resources

For more information about vsftpd configuration, see the following resources.

21.2.3.1. Installed Documentation

  • The /usr/share/doc/vsftpd-version-number/ directory — The TUNING file contains basic performance-tuning tips and the SECURITY/ directory contains information about the security model employed by vsftpd.
  • vsftpd-related man pages — There are a number of man pages for the daemon and the configuration files. The following lists some of the more important man pages.
    Server Applications
    • vsftpd(8) — Describes available command-line options for vsftpd.
    Configuration Files
    • vsftpd.conf(5) — Contains a detailed list of options available within the configuration file for vsftpd.
    • hosts_access(5) — Describes the format and options available within the TCP wrappers configuration files: hosts.allow and hosts.deny.
    Interaction with SELinux
    • man ftpd_selinux — Contains a description of the SELinux policy governing ftpd processes as well as an explanation of the way SELinux labels need to be assigned and Booleans set.

21.2.3.2. Online Documentation

About vsftpd and FTP in General
Red Hat Enterprise Linux Documentation
  • Red Hat Enterprise Linux 6 Security-Enhanced Linux — The Security-Enhanced Linux for Red Hat Enterprise Linux 6 describes the basic principles of SELinux and documents in detail how to configure and use SELinux with various services such as the Apache HTTP Server, Postfix, PostgreSQL, or OpenShift. It explains how to configure SELinux access permissions for system services managed by systemd.
  • Red Hat Enterprise Linux 6 Security Guide — The Security Guide for Red Hat Enterprise Linux 6 assists users and administrators in learning the processes and practices of securing their workstations and servers against local and remote intrusion, exploitation, and malicious activity. It also explains how to secure critical system services.
Relevant RFC Documents