blob: 8d49cc76375609293f98e3808456b7b4d00cf69c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
[option group]
short_opt = g
summary = set group id
arg_info = required_arg
arg_type = string
typestr = groupname
[help]
This option sets the group id according to <group>. This option is
silently ignored if EUID != 0. Otherwise, real/effective GID and the
saved set-group ID are all set to the GID given by <group>. Must not
be given in the config file.
[/help]
|