Tag Archives: how to get powers like super user
Granting Normal User To ROOT By SUDO in Redhat
A root user of a system can't do all things, sharing the root password to other for doing the work is not a good idea. Here is the SUDO setup, which makes a normal user acts like a root. SUDO allows a normal user to acts like the super user for limited tasks. Ex: Normal user can't add a user, we can assign the task of adding the users to normal users.
Create a user -->> Vincent
Get a the relevant fiel for the command. SUDO setup doesn't allow a normal user to add a user by useradd command, instead we have to use its executable directory
USERADD by Normal user
#w





