Tutorial FTP Ubuntu - Create a FTP user to access home directory only
Channel:
Subscribers:
4,970
Published on ● Video Link: https://www.youtube.com/watch?v=0VVA2PaIGzc
how to create a FTP user in ubuntu 18.04, then give acces only home directory.
steps:
1. install ftp server
apt-get install vsftpd
2. add user FTP
sudo adduser ftp_moko
3. open config vsftpd.conf
vi /etc/vsftpd.conf
chroot_local_user=YES
write_enable=YES
allow_writeable_chroot=YES
4. restart FTP server
sudo vsftpd restart
5. try to connect FTP with filezilla
Other Videos By Ambar Hasbiyatmoko
Tags:
ftp
install
home directory
folder
ubuntu
terminal
filezilla
tutorial
linux
user