Results 1 to 10 of 12
I want to make a user identical to "root", or I can say in this cloning age I too want to create a clone of superuser that is "root".
Any ...
- 06-02-2004 #1Just Joined!
- Join Date
- Apr 2004
- Location
- India
- Posts
- 14
root's clone
I want to make a user identical to "root", or I can say in this cloning age I too want to create a clone of superuser that is "root".
Any clue...
- 06-02-2004 #2
What type of clone? Do you want this cloned user to have all the access that root has? If so, what is the point? Are there any differences in "root2" and root? Please specify a little more.
"Time is an illusion. Lunchtime, doubly so."
~Douglas Adams, The Hitchhiker's Guide to the Galaxy
- 06-02-2004 #3Linux Newbie
- Join Date
- Feb 2004
- Location
- India
- Posts
- 132
In the /etc/passwd, change the uid of karunesh to '0'
And the user karunesh will have the same power as that of root.You are the one Linux!
- 06-03-2004 #4Linux User
- Join Date
- Aug 2003
- Posts
- 289
i don' think you can do that dude! you could have your regular user have the same superuser rights as root, but not like changing it to '0'. that's reserved only for root.. .
Registered User #345074
- 06-03-2004 #5
Yeh you can only have one super user thats the way the OS is!!
- 06-03-2004 #6Just Joined!
- Join Date
- May 2004
- Posts
- 11
if you are looking for normal users to have same power as root in terms of commands
try,
# man sudo
# man sudoers
# visudo
normal users can issue root commands by typing
# sudo command
- 06-05-2004 #7Just Joined!
- Join Date
- Jun 2004
- Location
- East Texas
- Posts
- 1
I set my UID to 0 just to try and see if it would take and it did with no problems. I was able to do it in SuSE and Redhat, but then again this was like 3 - 4 years ago when I was able to do this.
- 06-05-2004 #8Just Joined!
- Join Date
- May 2004
- Posts
- 11
you can set the uid to 0 but that's not a good practice
- 06-06-2004 #9Linux User
- Join Date
- Aug 2003
- Posts
- 289
so what happened Darrant, you had like 2 roots? will the system allow that? aren't IDs supposed to be unique? that's like a sure breach of security protocol there! or a bug. ain't it?
Registered User #345074
- 06-10-2004 #10Linux Newbie
- Join Date
- Feb 2004
- Location
- India
- Posts
- 132
I dont see any problem in setting my UID to 0.
What else do i need if i want root's power?
You are the one Linux!


Reply With Quote
