![]() |
Cài đặt và cấu hình tài khoản FTP cho VPS Cloud Ubuntu |
### Install FTP Account
##http://unix.stackexchange.com/questions/83221/how-to-create-a-ftp-user-with-specific-dir-access-only-on-a-centos-linux-ins #www-data
passwd www-data
nano /etc/passwd www-data:x:33:33:www-data:/var/www:/bin/bash
nano /etc/ssh/sshd_config
#PasswordAuthentication yes
service ssh restart
#newuser
adduser leon
passwd leon
chown -R leonnguyen /folder
usermod -d /folder/ leon
EmoticonEmoticon