I installed the vsFTP and I want to user the current user that I logged to the system as FTP user. I don't like to use below commands to create a new user for FTP:
Code: Select all
# useradd ftpuser
# passwd ftpuser
Code: Select all
# usermod --home /mnt/FTP/ jason
usermod: user jason is currently used by process 795304
Thank you.