0

If I create a non-root user and I change it UID = 0. The system also have root user. Does it mean that the system is going to give root permission to this user? If not, are there any security problems by doing this?

drdot
  • 101
  • 3

1 Answers1

0

UID==0 is the definition for the all-powerful root user. If you create a userid with UID==0 it will be the root user, no matter what you call it. They are many, many security problems associated with multiple root accounts. Tracability, for one.

waltinator
  • 35,099
  • 19
  • 57
  • 93