-
Notifications
You must be signed in to change notification settings - Fork 28
/
envuidgid.8
48 lines (47 loc) · 847 Bytes
/
envuidgid.8
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
.TH envuidgid 8
.SH NAME
envuidgid \- runs another program with environment variables indicating a
specified account's uid and gid.
.SH SYNOPSIS
.B envuidgid
.I account
.I child
.SH DESCRIPTION
.I account
is a single argument.
.I child
consists of one or more arguments.
.B envuidgid
sets $UID to
.IR account 's
uid and $GID to
.IR account 's
gid. It then runs
.IR child .
.SH EXIT CODES
.B envuidgid
exits 111 if it cannot find a UNIX account named
.IR account ,
if it runs out of memory for environment variables, or if it cannot run
.IR child .
Otherwise its exit code is the same as that of
.IR child .
.SH SEE ALSO
envdir(8),
envini(8),
fghack(8),
multilog(8),
pgrphack(8),
readproctitle(8),
setlock(8),
setuidgid(8),
setuser(8),
softlimit(8),
supervise(8),
svc(8),
svok(8),
svscan(8),
svscanboot(8),
svstat(8),
tai64n(8),
tai64nlocal(8)