How can I create an ftp account to use the home directory of /usr/local/apache/htdocs/?
the normal methods using useradd and pure-pw don't seem to work?
Here is what I've tried (to no avail)
useradd USERNAMETOUSE -d /usr/local/apache/htdocs/ -s /sbin/nologin
pure-pw useradd USERNAMETOUSE -u LOCALUSERNAMETOUSE -d /usr/local/apache/htdocs
Is there a way from the main cpanel administrator to do this? Or does anybody else have a solution?
the normal methods using useradd and pure-pw don't seem to work?
Here is what I've tried (to no avail)
useradd USERNAMETOUSE -d /usr/local/apache/htdocs/ -s /sbin/nologin
pure-pw useradd USERNAMETOUSE -u LOCALUSERNAMETOUSE -d /usr/local/apache/htdocs
Is there a way from the main cpanel administrator to do this? Or does anybody else have a solution?