Provided by: manpages-es_4.21.0-2_all bug

NOMBRE

     ftpusers — archivo donde se listan los usuarios que no pueden emplear ftp

DESCRIPCIÓN

     /etc/ftpusers is used by ftpd(8); the file contains a list of users who are not allowed to
     use the ftp command. For security reasons at least users like ``root'', ``bin'', ``uucp''
     and ``news'' should be listed in this file.  Blank lines and lines beginning with `#' are
     ignored.

     Note: a lines with `#' in the middle is not a comment. Don't put `#' after a name to comment
     it; use another line, or things will silently fail on you.

EJEMPLOS

     /etc/ftpusers puede contener las siguientes entradas:

     #
     # /etc/ftpusers
     #
     root
     uucp
     news

ARCHIVOS

     /etc/ftpusers

VÉASE TAMBIÉN

     ftp(1), ftpd(8)

TRADUCCIÓN

     La traducción al español de esta página del manual fue creada por Miguel Pérez Ibars
     <mpi79470@alu.um.es> y Marcos Fouces <marcos@debian.org>

     Esta traducción es documentación libre; lea la GNU General Public License Version 3:
     https://www.gnu.org/licenses/gpl-3.0.html o posterior con respecto a las condiciones de
     copyright.  No existe NINGUNA RESPONSABILIDAD.

     Si encuentra algún error en la traducción de esta página del manual, envíe un correo
     electrónico a debian-l10n-spanish@lists.debian.org .