FTP service configuration

Source: Internet
Author: User
Tags ftp client
The FTP service is a required configuration for Linux. The following describes the configuration methods: 1. check if vsftpd software is installed # rpm-Qa | grep vsftpd if not, install the software: # rpm-IVH vsftpd-2.0.5-16.el5.i386.rpm 2. check whether the vsftpd service has been started # service vsftpd status
Vsftpd (PID 3666) is running... if no, start the service # service vsftpd start3. configure the root user to use ftp, set the root directory of the local user to "/" # cd/etc/vsftpd/# Vim ftpusers # unregister the root user # Vim user_list # unregister the root user # vim vsftpd. conf # modify anonymous_enable = No and add local_root =/# service vsftpd restart # restart the vsftpd service to make the modified parameters take effect. 4. use a browser or other FTP client tool for verification 5. use the # setup graphical tool or the chkconfig command to set vsftpd to startup # chkconfig -- level 5 vsftpd on # chkconfig -- list

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.