How do I make a user in PureFTP have full access?
Hi guys,I'm using latest edition of whm/cpanel with pure-ftp, and I need to know how to make a NEW user in it, hopefully not virtual user because i think that didn't work when i tried, and give him access to / or maybe just /home/
I need to do this to easily manage the server, because logging in with 400+ ftp accounts is really hard!!! lol....
I have disabled root login so even if I tried with root I believe it would fail.
How can I do this?
Here is what I tried:
root@servername [/backup]# pure-pw useradd test2 -u 32000 -g 32000 -D -t '' -T '' -n '' -N '' -q '' -Q '' -y ''
Password:
Enter it again:
root@servername [/backup]# pure-pw show test2
Warning: invalid line [test1]
Warning: invalid line [test2]
Unable to fetch info about user [test2] in file [/etc/pureftpd.passwd]
root@servername [/backup]# cat /etc/pureftpd.passwd
test1:$1$xexY1g/0$nccOq.9oI1nyhVr927cHJ/:32000:32000::-t:0::0:0:0:0:0:::::
test2:$1$jgLesMK0$6lbS40s5bUQEckWi99KaY0:32000:32000::-t:0::0:0:0:0:0:::::
root@servername [/backup]#
Password:
Enter it again:
root@servername [/backup]# pure-pw show test2
Warning: invalid line [test1]
Warning: invalid line [test2]
Unable to fetch info about user [test2] in file [/etc/pureftpd.passwd]
root@servername [/backup]# cat /etc/pureftpd.passwd
test1:$1$xexY1g/0$nccOq.9oI1nyhVr927cHJ/:32000:32000::-t:0::0:0:0:0:0:::::
test2:$1$jgLesMK0$6lbS40s5bUQEckWi99KaY0:32000:32000::-t:0::0:0:0:0:0:::::
root@servername [/backup]#