Lines Matching full:user
10 The syntax for adding a user is a space-separated list of fields, one
11 user per line; the fields are:
19 - +username+ is the desired user name (aka login name) for the user.
22 - +uid+ is the desired UID for the user. It must be unique, and not
25 - +group+ is the desired name for the user's main group. It can not
27 - +gid+ is the desired GID for the user's main group. It must be unique,
36 - +home+ is the desired home directory for the user. If set to '-', no
37 home directory will be created, and the user's home will be +/+.
39 - +shell+ is the desired shell for the user. If set to +-+, then
40 +/bin/false+ is set as the user's shell.
41 - +groups+ is the comma-separated list of additional groups the user
42 should be part of. If set to +-+, then the user will be a member of
55 will belong to the user and its main group.
60 foo -1 bar -1 !=blabla /home/foo /bin/sh alpha,bravo Foo user
63 This will create this user:
73 - +comment+ is: +Foo user+
76 test 8000 wheel -1 = - /bin/sh - Test user
79 This will create this user:
89 - +comment+ is: +Test user+