| USERMOD(8) | System Manager's Manual | USERMOD(8) |
usermod — modify
user login information
usermod |
[-moUvZ] [-c
comment] [-d
home-directory] [-e
expiry-time] [-f
inactive-time] [-G
secondary-group[,group,...]]
[-g gid |
name | =uid]
[-L login-class]
[-l new-login]
[-p password]
[-S
secondary-group[,group,...]]
[-s shell]
[-u uid]
user |
The usermod utility modifies user login
information on the system.
Default values are taken from the information provided in the /etc/usermgmt.conf file, which, if running as root, is created using the built-in defaults if it does not exist.
After setting any defaults, and then reading values from /etc/usermgmt.conf, the following command line options are processed:
-c
comment-d
home-directory-m option is specified,
tries to move the old home directory to
home-directory.-e
expiry-time-f
inactive-time-e option.-G
secondary-group[,group,...]-G and
-S are mutually exclusive.-g
gid | name |
=uid=uid,
usermod creates a group with the same ID as the
UID; if such a group already exists a warning is given and no group is
created. Groups can be preset for all users by using the
group field in the
/etc/usermgmt.conf file. See
usermgmt.conf(5) for
more details.-L
login-class-l
new-login.’,
‘-’ or
‘_’.-m-d is not specified, the
new-user argument of the -l
option is used; one of -d and
-l is needed.-o-p
password-S
secondary-group[,group,...]-S and
-G are mutually exclusive.-s
shell-U-’ from the user's shell and the
‘*’ prefix from the password.
-U and -Z are mutually
exclusive and cannot be used with -p.-u
uid-v-Z-’
to the user's shell and prefixing the password with
‘*’. -Z and
-U are mutually exclusive and cannot be used with
-p.Once the information has been verified,
usermod uses
pwd_mkdb(8) to update the user
database. This is run in the background and, at very large sites, could take
several minutes. Until this update is completed, the password file is
unavailable for other updates and the new information is not available to
programs.
The usermod utility exits 0 on
success, and >0 if an error occurs.
chpass(1), group(5), passwd(5), usermgmt.conf(5), pwd_mkdb(8)
Other implementations of the usermod
utility use the inactive-time parameter to refer to
the maximum number of days allowed between logins (this is used to lock
"stale" accounts that have not been used for a period of time).
However, on OpenBSD systems this parameter refers
instead to the password change time. This is due to differences in the
passwd(5) database compared to
other operating systems.
The usermod utility first appeared in
OpenBSD 2.7.
The usermod utility was written by
Alistair G. Crooks
<agc@NetBSD.org>.
| November 30, 2016 | openbsd |