I have this command in a setup script
Running Command: useradd ftpsecure
Running Command: /etc/init.d/vsftpd restart
Running Command: chkconfig --add vsftpd
Running Command: chkconfig vsftpd on
Running Command: /usr/sbin/groupadd cdms-users
Running Command: /usr/sbin/useradd -g cdms-users -d /ftpUploads/ cdmsUser -p cdms
[ESC[0;31mFAILEDESC[0m]
Seem to be running into problems with the last command. If anyone had any idea what could possibly be wrong.
Thanks in advance guys.