Sponsored Content
Full Discussion: Adduser or useradd
Top Forums UNIX for Dummies Questions & Answers Adduser or useradd Post 302845205 by Scott on Wednesday 21st of August 2013 05:00:40 AM
Old 08-21-2013
They're the same command, or should be:

Code:
[root@ns1 ~]# ll $(which useradd)
-rwxr-x---. 1 root root 103096 Dec  7  2011 /usr/sbin/useradd
[root@ns1 ~]# ll $(which adduser)
lrwxrwxrwx. 1 root root 7 Jan 26  2013 /usr/sbin/adduser -> useradd

This User Gave Thanks to Scott For This Post:
 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

question related to command "adduser"

Hello.. I dont know if i can ask this question in this session..if wrong please correct me.. This is my question.. When iam creating a user with command " adduser xxx" Where are the changes happening.. I know in /etc/passwd , /etc/shadow... in /home Is there any i missed.. please... (1 Reply)
Discussion started by: esham
1 Replies

2. Programming

adduser

Hi, Let me know any urls where i can get the source code for "adduser" program.. Please help.. esham (1 Reply)
Discussion started by: esham
1 Replies

3. Shell Programming and Scripting

useradd

Gurus, I need to add a user to all the machines. I need a script to do this. I did one but it does not allow me to su to root within a ssh session i open. It exists saying su: Sorry. Please let me know how i can do it. I do not have the freedom of using sudo either. Regards (4 Replies)
Discussion started by: earlysame55
4 Replies

4. UNIX for Advanced & Expert Users

useradd?

Hi Experts, when using useradd command, what are the necessary options/arguments to be included? Please advice. (4 Replies)
Discussion started by: etcpasswd
4 Replies

5. Shell Programming and Scripting

shell script for nessus-adduser

I took a stab at writing a script to automate the interactive process of adding users to Nessus - I have zero previous coding experience. So far, it doesn't get me anywhere. I took small sections of code from posts I found on this site and others:... (1 Reply)
Discussion started by: nolamiami
1 Replies

6. Shell Programming and Scripting

exec a build command (adduser) in a script

Hi, With a awk script i create a "adduser line" $ cat /tmp/tmp.ldif | awk -f ldif2adduser.awk adduser --uid 1002 --gid 1000 --gecos "ROUSSIN Guy" --home /homeL/guy --shell /bin/bash --disabled-password guy If i cut and paste this line, all is fine. But in a shell script i get errors : ... (2 Replies)
Discussion started by: guyr
2 Replies

7. Shell Programming and Scripting

How to automate adduser on FreeBSD?

After just posting a query on beginners@perl.org inquiring about the perl API for automating useradd/userdel/usermod on FreeBSD, I got to thinking: Maybe perl is not the best approach to automating useradd/usermod/userdel. We have a list of users from a windows system and we want to run a... (5 Replies)
Discussion started by: siegfried
5 Replies

8. Red Hat

Adduser -> Access denied

hi, I have a problem with any user i created on a linux server RH. With the user root i did: adduser toto passwd toto (to give it a password - message : "all authentication tokens updated successfully") I can do a "su - toto", but when I try to connect it directly by ssh i have the message... (3 Replies)
Discussion started by: Castelior
3 Replies

9. Solaris

Solaris 10 adduser

Brain teaser, I was given the task below. I believe the consultant runs software on his laptop that probes our QA tier web servers for xxx The two web servers are xxx I attempt useradd command on XXX which seems to work, but when I attempt to assign a pwd, the OS denies it and says user... (1 Reply)
Discussion started by: yellow_mustard
1 Replies

10. UNIX for Advanced & Expert Users

Adduser

hi, when i want to "adduser newuser" i receved this warning : event type "audit_buf" is a fixed event and may not be manipulated help me please (2 Replies)
Discussion started by: rezasadeghi
2 Replies
dop(8)							      System Manager's Manual							    dop(8)

NAME
dop - Allows a user to execute a privileged program without knowing the root password. The dop command also modifies the action database. SYNOPSIS
/usr/sbin/dop [-n | -N] [ui:] action [args] /usr/sbin/dop -a priv[,priv]... action [ui:]pathspec[,[ui:]pathspec]... /usr/sbin/dop -a priv[,priv]... [ui:]pathspec /usr/sbin/dop -d action /usr/sbin/dop [-w | -W] OPTIONS
Invokes a prompt asking the user if they want to run the command as a user or as root. The root password is required to run as root. Attempts to run the action with the user privileges. Adds new actions to the dop database. Deletes an existing action from the dop data- base. Writes a binary image without changing the source. Updates the actionlist from the dop action file and then executes the -w option, which writes the binary image. OPERANDS
Name of privileged program to invoke Arguments to pass to the application guarded by the privilege. Comma separated privilege list (see sysman dopconfig) The fully qualified path name and arguments for the associated action. When specified by a comma separated pathlist and arguments for multiple user interface domains (ui:), the first ui: argument speci- fied is used as the default. If no action is specified, then the path base name is used. A run-time argument replaces the first occurrence of asterisk as a word (for example *) in a string, or else they are ignored. Path arguments should be quoted per the cur- rent shell. Optional. A user interface domain, typically one of X11, suit, java, menu, cui, or cli. DESCRIPTION
The dop (Division of Privileges) command can execute an action after proper authentication from the privilege database file. For more information, see the Security guide. RESTRICTIONS
You must have root privileges to modify the privileges database. EXAMPLES
The following example will add an action to the AccountManagement privilege. dop -a AccountManagement adduser_script /usr/sbin/adduser The following example runs the action adduser_script for the AccountManagement privilege. dop adduser_script The following example deletes the adduser_script action from the action database. dop -d adduser_script FILES
Executable file. Executable file for adding or deleting permissions for users and or groups. dop database. SEE ALSO
Commands: sysman(8) dop(8)
All times are GMT -4. The time now is 07:52 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy