user creation privileage


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers user creation privileage
# 1  
Old 11-07-2001
Question user creation privileage

hello,

How do I assign a user to create users other than root in linux . I want to create a users from other user.

bye
varma
# 2  
Old 11-07-2001
To the best of my knowledge, there is no simple answer here... The first thing that popped into my mind was sudo.

It will definitely take some time getting the config (/etc/sudoers) right, so they have enough privelage to create users, but not enought to run around as root... If it is installed on your system, check the manual page for sudo, sudoers, and visudo.
# 3  
Old 11-09-2001
Assign the user in question to be a member of Group 14 (sysadmin) as a secondary group. This will allow them to do certain things, such as add users, that are normally reserved for the superuser.

This should do it, and this is basically universal across all unix platforms.

M.
# 4  
Old 11-09-2001
It depends whether some "useradd" command belong to group "sysadmin" ...
# 5  
Old 11-09-2001
Hammer & Screwdriver

no it doesn't, unless you know something that I don't
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

User creation in CentOS

I am trying to create 10 users, each with a mydocuments directory in their home directory and this month's calendar in each mydocuments directory. I know there is a way using /etc/skel, but do not understand how. Any and all help will be appreciated. If you could give me the command lines with... (1 Reply)
Discussion started by: anick420
1 Replies

2. Shell Programming and Scripting

Automatic User Creation

Hello everybody, I'm new to sh scripting and relatively new to linux in general which is why I've come here for assistance. I have been attempting to make a shell script which automatically creates user accounts from a file list and further creating directories and moving files into it etc.... (3 Replies)
Discussion started by: charlieabee
3 Replies

3. Shell Programming and Scripting

User creation script

Hi Gems.. I am working out on project of creating a mass user on 100 server. Please help me with script where i can create an user id of new 80 user using shell script Thanks in advance. Indrajit Bhagat (1 Reply)
Discussion started by: indrajit_renu
1 Replies

4. AIX

User creation

hi seniors i want to create the users like when the user try to login it should not should not promt for passwd is it possible to create users like this please help me (6 Replies)
Discussion started by: senmak
6 Replies

5. Solaris

Need help with user creation

Hello guys, i have a problem where i cant create a user and here some problem that i encounter. 1. /etc/passwd seems locked. 2. getting this error UX: useradd: ERROR: Cannot update system files - login cannot be created. # useradd -u 47367 -g 1084 -c "user123" -d /local/home/user123 -s... (2 Replies)
Discussion started by: brew
2 Replies

6. Red Hat

User creation

Hi Thanks in advance. How to create a user without useradd command ?? (1 Reply)
Discussion started by: krish4linux
1 Replies

7. Solaris

User Creation

i am trying to create a user on solaris 10. it is not taking user name with more than ten characters. which file i need to edit to do this setting. (4 Replies)
Discussion started by: raynu.sharma
4 Replies

8. AIX

User ID creation date

Dear All, I'd like to know is there any way to determine when a user id created in AIX? Thanks, Istvan (2 Replies)
Discussion started by: istvan.banai
2 Replies

9. Solaris

User creation

Hi all, I want to create one user with full permissions to one directory called /opt/tivoli/tsm/client/ba/bin. Name for the user Tivoli Thanks & Regards Babu (7 Replies)
Discussion started by: lbreddy
7 Replies

10. UNIX for Dummies Questions & Answers

user creation problem

hello, Actually I want to create a user for our brower based custom application for the mail access from our mailserver(linux). I create user dummy and I granted all the privileages to dummy user and made dummy equivelent to root and if I tried to create a another user logging as dummy ... (1 Reply)
Discussion started by: jarkvarma
1 Replies
Login or Register to Ask a Question