Hi
Please I need help , I am trying to create a ftp user only with the following command:
useradd -m -c "Guest FTP" -d /mcel/guests/./guest1 -s /bin/true guest
it gives the following error:
UX: useradd: ERROR: Unable to create the home directory: No such file or directory
Please can you give me some hints on what could be wrong