https://linux.die.net/man/8/useradd
useradd xxxx | |
---|---|
passwd xxxx | |
sudo permission | |
usermod -aG wheel xxxxxx | |
superuser account | Centos |
visudo search for: in vi: /ALL=(ALL) copy the "root" line with the new account name xxxxx ALL=(ALL) ALL |
https://linux.die.net/man/8/useradd
useradd xxxx | |
---|---|
passwd xxxx | |
sudo permission | |
usermod -aG wheel xxxxxx | |
superuser account | Centos |
visudo search for: in vi: /ALL=(ALL) copy the "root" line with the new account name xxxxx ALL=(ALL) ALL |