Creating an FTP Account - vsftpd

Create an FTP account in a Bash or Linux environment to enable FTP access.

Code

su -
adduser USERNAME
passwd USERNAME
usermod -d DirectoryPath USERNAME
vi /etc/vsftpd/chroot_list