*** empty log message ***
This commit is contained in:
parent
f8e186e8b1
commit
db963438c6
1 changed files with 5 additions and 1 deletions
|
@ -7,14 +7,16 @@
|
||||||
.TH SETUID 2 "May 9, 1985"
|
.TH SETUID 2 "May 9, 1985"
|
||||||
.UC 4
|
.UC 4
|
||||||
.SH NAME
|
.SH NAME
|
||||||
setuid, setgid \- set user or group ID's
|
setuid, seteuid, setgid, setegid \- set (effective) user or group ID's
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
.nf
|
.nf
|
||||||
.ft B
|
.ft B
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
|
|
||||||
int setuid(uid_t \fIuid\fP)
|
int setuid(uid_t \fIuid\fP)
|
||||||
|
int seteuid(uid_t \fIeuid\fP)
|
||||||
int setgid(gid_t \fIgid\fP)
|
int setgid(gid_t \fIgid\fP)
|
||||||
|
int setegid(gid_t \fIegid\fP)
|
||||||
.ft R
|
.ft R
|
||||||
.fi
|
.fi
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
|
@ -45,4 +47,6 @@ The current process is not the super-user and a change
|
||||||
other than one of the allowed changes was attempted.
|
other than one of the allowed changes was attempted.
|
||||||
.SH "SEE ALSO"
|
.SH "SEE ALSO"
|
||||||
.BR getuid (2),
|
.BR getuid (2),
|
||||||
|
.BR geteuid (2),
|
||||||
.BR getgid (2).
|
.BR getgid (2).
|
||||||
|
.BR getegid (2).
|
||||||
|
|
Loading…
Reference in a new issue