Registry Mechanic FREE Scan
Powered by MaxBlogPress 
Home   Log in

 Powered by Max Banner Ads 

how to clone root account in linux

author : voidzzz | category : How-To, Linux.

if you want to make your account have the same right as root, you can clone root / duplicate root account. Here’s how to do that :

Suppose you have create user admin and you want that user to have the same right as root then you can do that just by simply typing the following command (make sure you login with root account or su) :


# usermod -u 0 admin

or

$ sudo usermod -u 0 admin

thats it … try login with user admin and if you got the # prompt, you know what it means …

if you are interested, here is list of another posts that might help you :

-->

Tags: , ,

Share Your Thoughts