Account Links: Cart | Your Account | Logout

Skip to content

Red Hat Knowledgebase

Red Hat Knowledgebase Search:

Updated Within the Last:

New Solutions within the last day New Solutions within the last week New Solutions within the last month

Browse by topics:


Click to View a Topic
Red Hat Enterprise Linux > Configuration > Issue <<  8 of 606 >>

Solution Tools:


Email a Solution Postcard Printer version Submit a comment on this answer Update notifications Request an answer Back

Article Reference

Article ID: 633
Last update: 07-01-04
Issue:
How do I set up an ftp server (ftpd) under Red Hat Enterprise Linux version 3?
Resolution:

To set up an FTP server, make sure the vsftpd package is installed by issuing the following command as root:

rpm -q vsftpd

the vsftp package can be obtained on your distribution media, or through your system appropriate channel of the Red Hat Network

If the package is not installed, insert the installation CD-ROM containing the appropriate package, change to the /mnt/cdrom/RedHat/RPMS/ directory, and, as root, type the following command:

rpm -Uvh vsftpd

Once installed, start the vsftpd service by issuing the following command:

service vsftpd start

To make the service available for the next boot sequence chkconfig the service on by issuing the following command:

chkconfig vsftpd on

For more information about configuring vsftpd, refer to the chapter titled FTP in the Reference Guide for Red Hat Enterprise Linux version 3 available online at the following URL:

http://www.redhat.com/docs/

Additional information can be found in the vsftpd man page:

man vsftpd


How well did this entry answer your question?


good wrong incomplete out of date
Red Hat Enterprise Linux > Configuration > Issue <<   8  of  606  >>