Hello,
I want to create a second root user for WHM, the only difference between root and second root user is second root unable to change root's password.
This is my shell command:
But when I use this account to login to WHM, it says 'Invalid login', I want to know why and how to fix that?Code:useradd -u 0 -o -g root -G root -d /home/root2 root2 root@localhost [~]# id root2 uid=0(root) gid=0(root) groups=0(root)


LinkBack URL
About LinkBacks
Reply With Quote