1SSS_USERMOD(8) SSSD Manual pages SSS_USERMOD(8)
2
3
4
6 sss_usermod - modify a user account
7
9 sss_usermod [options] LOGIN
10
12 sss_usermod modifies the account specified by LOGIN to reflect the
13 changes that are specified on the command line.
14
16 -c,--gecos COMMENT
17 Any text string describing the user. Often used as the field for
18 the user's full name.
19
20 -h,--home HOME_DIR
21 The home directory of the user account.
22
23 -s,--shell SHELL
24 The user's login shell.
25
26 -a,--append-group GROUPS
27 Append this user to groups specified by the GROUPS parameter. The
28 GROUPS parameter is a comma separated list of group names.
29
30 -r,--remove-group GROUPS
31 Remove this user from groups specified by the GROUPS parameter.
32
33 -l,--lock
34 Lock the user account. The user won't be able to log in.
35
36 -u,--unlock
37 Unlock the user account.
38
39 -Z,--selinux-user SELINUX_USER
40 The SELinux user for the user's login.
41
42 -h,--help
43 Display help message and exit.
44
46 sss_groupadd(8), sss_groupdel(8), sss_groupmod(8), sss_groupshow(8),
47 sss_useradd(8), sss_userdel(8).
48
50 The SSSD upstream - http://fedorahosted.org/sssd
51
52
53
54SSSD 08/05/2011 SSS_USERMOD(8)