Contained WithinFind More DocumentationFeatured Support Resources | PDF로 이 문서 다운로드 (8966 KB)
useradd(1M)Name | Synopsis | Description | Options | Files | Attributes | See Also | Diagnostics | Notes Name
Synopsisuseradd [-c comment] [-d dir] [-e expire] [-f inactive] [-g group] [-G group [, group...]] [-m [-k skel_dir]] [-u uid [-o]] [-s shell] [-A authorization [,authorization...]] [-P profile [,profile...]] [-R role [,role...]] [-p projname] [-K key=value] login useradd -D [-b base_dir] [-e expire] [-f inactive] [-g group] [-A authorization [,authorization...]] [-P profile [,profile...]] [-R role [,role...]] [-p projname] [-K key=value] Descriptionuseradd adds a new user to the /etc/passwd and /etc/shadow and /etc/user_attr files. The -A and -P options respectively assign authorizations and profiles to the user. The -R option assigns roles to a user. The -p option associates a project with a user. The -K option adds a key=value pair to /etc/user_attr for the user. Multiple key=value pairs may be added with multiple -K options. useradd also creates supplementary group memberships for the user (-G option) and creates the home directory (-m option) for the user if requested. The new login remains locked until the passwd(1) command is executed. Specifying useradd -D with the -g, -b, -f, -e, -A, -P, -p, -R, or -K option (or any combination of these options) sets the default values for the respective fields. See the -D option, below. Subsequent useradd commands without the -D option use these arguments. The system file entries created with this command have a limit of 2048 characters per line. Specifying long arguments to several options can exceed this limit. useradd requires that usernames be in the format described in passwd(4). A warning message is displayed if these restrictions are not met. See passwd(4) for the requirements for usernames. Options
The following options are supported: Files/etc/datemsk /etc/passwd /etc/shadow /etc/group /etc/skel /usr/include/limits.h /etc/user_attr AttributesSee attributes(5) for descriptions of the following attributes:
See Alsopasswd(1), profiles(1), roles(1), users(1B), groupadd(1M), groupdel(1M), groupmod(1M), grpck(1M), logins(1M), pwck(1M), userdel(1M), usermod(1M), getdate(3C), auth_attr(4), passwd(4), prof_attr(4), project(4), user_attr(4), attributes(5) DiagnosticsIn case of an error, useradd prints an error message and exits with a non-zero status. The following indicates that login specified is already in use:
The following indicates that the uid specified with the -u option is not unique:
The following indicates that the group specified with the -g option is already in use:
The following indicates that the uid specified with the -u option is in the range of reserved UIDs (from 0-99):
The following indicates that the uid specified with the -u option exceeds MAXUID as defined in <sys/param.h>:
The following indicates that the /etc/passwd or /etc/shadow files do not exist:
NotesThe useradd utility adds definitions to only the local /etc/group, etc/passwd, /etc/passwd, /etc/shadow, /etc/project, and /etc/user_attr files. If a network name service such as NIS or NIS+ is being used to supplement the local /etc/passwd file with additional entries, useradd cannot change information supplied by the network name service. However useradd will verify the uniqueness of the user name (or role) and user id and the existence of any group names specified against the external name service. Name | Synopsis | Description | Options | Files | Attributes | See Also | Diagnostics | Notes |
||||||||||||