Use the following commands to create the new user anwar, grand him the same privileges as root and set him a password :
# useradd -ou 0 -g 0 anwar
# passwd anwar
We've just created the user anwar, with UID 0 and GID 0, so he is in the same group and has the same permissions as root.
http://www.shellhacks.com/en/HowTo-Create-USER-with-ROOT-Privileges-in-Linux
0 comments:
Post a Comment
komentar anda sangat berguna bagi saya..