Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2014
220
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. $ yum install vsfptd
  2. $ chkconfig vsftpd on
  3.  
  4. $ vim /etc/vsftpd/config.conf
  5. # end of the file new line added
  6. user_config_dir=/etc/vsftpd
  7.  
  8. $ vim /etc/vsftpd/username1
  9. local_root=/var/www/html/oxwall
  10.  
  11. $ service vsftpd restart
  12.  
  13. usermod --home /var/www/html/oxwall lesstrust1
  14.  
  15. chroot_local_user=YES
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement