Sponsored Content
Full Discussion: Adduser or useradd
Top Forums UNIX for Dummies Questions & Answers Adduser or useradd Post 302845199 by Zeldforged on Wednesday 21st of August 2013 04:52:38 AM
Old 08-21-2013
Adduser or useradd

I am just wondering why there are two similar commands for creating a user. Could you please point me when I should choose adduser and when useradd? This puzzles me a little.

Thanks,
Panos
 

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
ADDUSER.CONF(5) 					      BSD File Formats Manual						   ADDUSER.CONF(5)

NAME
adduser.conf -- adduser(8) configuration file DESCRIPTION
The /etc/adduser.conf file is automatically generated by the adduser(8) utility when invoked with the -C command-line option. It is not meant to be edited by hand. The /etc/adduser.conf file is used to pre-set certain configuration options for the adduser(8) utility. When adduser(8) is invoked, it will check to see if this file exists, and if so, the configuration will be used or offered as the default settings. The adduser.conf file offers three types of configuration: o Default settings offered by adduser(8). These options are specified in the configuration file and offered as the default during every invocation of the adduser(8) utility. o Configuration options which can be set in adduser.conf, but overridden by passing a flag to adduser(8). o Configuration supported by adduser(8) but not offered by a flag or during initial invocation. In the first case, these options can be set in adduser.conf but will still be offered when adduser(8) is invoked. In the second case, adduser(8) will read the configuration data unless a flag has been passed to override it. For example, the defaultshell option. In the third case, the configuration will be utilized, but the user will never be prompted to modify the default setting by either a flag or an adduser(8) prompt. For example, the upwexpire setting. The following configuration options can be set in adduser.conf: defaultLgroup The default group new users will be added to. defaultclass The default class to place users in as described in login.conf(5). defaultgroups This option is used to specify what other groups the new account should be added to. passwdtype May be one of no, none, random, or yes, as described in adduser(8). As such, the text is not duplicated here and may be read in adduser(8). homeprefix The default home directory prefix, usually /home. defaultshell The user's default shell which may be any of the shells listed in shells(5). udotdir Defines the location of the default shell and environment configuration files. msgfile Location of the default new user message file. This message will be sent to all new users if specified here or at the adduser(8) prompt. disableflag The default message enclosed in brackets for the lock account prompt. upwexpire The default password expiration time. Format of the date is either a UNIX time in decimal, or a date in dd-mmm-yy[yy] format, where dd is the day, mmm is the month in either numeric or alphabetic format, and yy[yy] is either a two or four digit year. This option also accepts a relative date in the form of n[mhdwoy] where n is a decimal, octal (leading 0) or hexadecimal (leading 0x) digit followed by the number of Minutes, Hours, Days, Weeks, Months or Years from the cur- rent date at which the expiration time is to be set. uexpire The default account expire time. The format is similar to the upwexpire option. ugecos The default information to be held in the GECOS field of /etc/master.passwd. uidstart The default user ID setting. This must be a number above 1000 and fewer than 65534. EXAMPLES
The following is an example adduser.conf file created with the -C adduser(8) flag and modified. # Configuration file for adduser(8). # NOTE: only *some* variables are saved. # Last Modified on Fri Mar 30 14:04:05 EST 2004. defaultLgroup= defaultclass= defaultgroups= passwdtype=yes homeprefix=/home defaultshell=/bin/csh udotdir=/usr/share/skel msgfile=/etc/adduser.msg disableflag= upwexpire=91d # Expire passwords 91 days after creation. SEE ALSO
group(5), passwd(5), adduser(8), pw(8), rmuser(8) HISTORY
The adduser.conf manual page first appeared in FreeBSD 5.3. AUTHORS
This manual page was written by Tom Rhodes <trhodes@FreeBSD.org>. BUGS
The internal variables documented here may change without notice. Do not rely on them. To modify this file invoke adduser(8) with the -C option instead. BSD
April 12, 2007 BSD
All times are GMT -4. The time now is 10:14 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy