![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Rules & FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| create new user in unix | arulkumar | UNIX for Dummies Questions & Answers | 3 | 08-28-2007 09:49 PM |
| Create Unix User | wenay | Shell Programming and Scripting | 6 | 06-04-2007 11:30 PM |
| I create user but i cant login the user i created. | jerome | UNIX for Dummies Questions & Answers | 5 | 06-09-2006 02:08 PM |
| How to create a new unix user in through a c program | naren_chella | High Level Programming | 5 | 03-02-2006 08:39 PM |
| Other than root user .Normal user is unable to create files | mallesh | UNIX for Advanced & Expert Users | 1 | 06-22-2005 09:18 AM |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
create New UNIX User
Hi all,
I wish to create some users, I can do that using the following command. Code:
useradd Please help me out Is this possible. ?? If yes How can I do that. |
| Forum Sponsor | ||
|
|
|
|||
|
@ Awadesh Thx for the reply.
Well I am not trying to change the Root user. Rather i am trying to Create some more new users Like ROOT. So my query is .. "How Can I create new users exacly same( WRT provileages) as ROOT". Assume I wana Create a user "ADMIN1" .. So i need this user to be a clone of the ROOT . ADMIN1 must be having same powers as the ROOT. THX for the help in advance. |
|
|||
|
What Awadhesh is saying, is that you have to create a new user and make sure that new user has uid 0, same as root. But honestly, I would never do that on my system. See SUDO instead if you need to give root privileges.
http://www.gratisoft.us/sudo/ |
|
|||
|
Quote:
|
|
|||
|
Hi ,, Again , I gota stuck up in the same issue addrssed above.
I have created new user ..e.g test And now Iam ready to edit the passwd file to change the access of the user as ROOT o/p 0. I would like to have a suggestion what would be the best and possible way to edit the passwd file. Thx in advance. |
|||
| Google UNIX.COM |