Add a user through FTP in Linux

Source: Internet
Author: User

If the FTP service is not installed, install vsftpd: Yum install vsftpd first.

 

Add a User Username

Useradd-D/home/SEA/-M Username

The user's FTP root directory is/home/sea. The-M parameter allows the system to create this directory for you.

 

Then add the password

Passwd Username

Enter Password

Enter password again

 

After the user is added, the user is added to/etc/passwd, And the last row is added.

 

To enable this user to use the FTP service, an important step is required to add the User username to/etc/vsftpd/user_list.

If you do not want this user to use ftp, you need to add it to the blacklist to add username to/etc/vsftpd/ftpusers.

 

After the above steps, you can access the client via telnet or using FTP software.

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.