Create an ftp account with low permissions

Source: Internet
Author: User
1. install vsftp server on the target server 2. # useradd-d/ftpdirftpuser create an ftp user and specify the home directory as the upload Directory # passwdftpuser input password # chownftpuser/ftpdir change the owner of the upload directory so that the user has the permission to change the directory # use... 1. install vsftp server on the target server

2.

# Useradd-d/ftpdir ftpuser create an ftp user and specify the home directory as the upload Directory

# Passwd ftpuser enter password

# Chown ftpuser/ftpdir change the owner of the upload directory so that it has the permission to change

# Usermod-s/sbin/nologin ftpuser prevents users from logging on through various shells
# Usermod-s/sbin/bash ftpuser user resume normal

3. modify/etc/vsftpd. conf
Chroot_list_enable = YES restrict users and can only access home directories
Chroot_list_file =/etc/vsftpd/chroot_list user name list restricted to access (this file needs to be created and added to the user name)

4./etc/init. d/vsftpd restart
This article is from the "DBAing" blog
Related Article

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.