1833824 Members
2128 Online
110063 Solutions
New Discussion

CREATION OF USER

 
SOLVED
Go to solution
Miguel Carabano_1
Regular Advisor

CREATION OF USER

Greetings,

I need to create a user with all the permissions of root.

Thanks.

Mike
4 REPLIES 4
Devender Khatana
Honored Contributor
Solution

Re: CREATION OF USER

Hi,

Set UID of the user equal to 0.

That is all.

HTH,
Devender
Impossible itself mentions "I m possible"
DCE
Honored Contributor

Re: CREATION OF USER

Rather than create a user with all the permissions of root, look at sudo. It keeps root secure, and allows ordinary ID's the capablility to run commands as root. It also has an audit trail that will help if a problem occurs.
A. Clay Stephenson
Acclaimed Contributor

Re: CREATION OF USER

All that is required is a UID = 0; the name 'root' means nothing BUT it is considered very, very poor practice and a security hazard to have more than one user with UID = 0.
If it ain't broke, I can fix that.
Miguel Carabano_1
Regular Advisor

Re: CREATION OF USER

Thanks!

it works perfect!

Miguel