NEC Express5800/320Lb Linux Guía de usuario Pagina 97

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 97
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 96
97
Appendix E: Starting the ftp daemon
The following section walks you through the steps to start the wu-ftp daemon on
the FT-Linux server
Step 1
On the FT-Linux server, with the login as root, open the wu-ftpd file in the
/etc/xinetd.d folder using the command:
vi /etc/xinetd.d/wu-ftpd
Step 2
Change the default setting from disable = yes to disable = no as below:
# default: on
# description: The wu-ftpd FTP server serves FTP connections. It
# uses \ normal, unencrypted usernames and passwords for
# authentication.
service ftp
{
socket_type = stream
wait = no
user = root
server = /usr/sbin/in.ftpd
server_args = -l -a
log_on_success += DURATION USERID
log_on_failure += USERID
nice = 10
disable = no
}
Step 3
Save the file and quit the “vi” editor.
Step 4
Run the following commands to restart the “xinetd” service
service xinetd stop
service xinetd start
The wu-ftpd daemon will now be started on the server.
Vista de pagina 96
1 2 ... 92 93 94 95 96 97

Comentarios a estos manuales

Sin comentarios