DataMuseum.dk

Presents historical artifacts from the history of:

ICL Comet 32

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about ICL Comet 32

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download

⟦4e129b2ae⟧ TextFile

    Length: 541 (0x21d)
    Types: TextFile
    Notes: UNIX file
    Names: »setuid.2«

Derivation

└─⟦26887b7e0⟧ Bits:30009717 Comet 32 harddisk image
    └─⟦28c352965⟧ »/a« UNIX Filesystem
        └─⟦this⟧ »usr/man/man2/setuid.2« 

TextFile

.ig
	@(#)setuid.2	2.1	7/1/84
	@(#)Copyright (C) 1983 by National Semiconductor Corp.
..
.TH SETUID 2 
.SH NAME
setuid, setgid \- set user and group ID
.SH SYNOPSIS
.B setuid(uid)
.PP
.B setgid(gid)
.SH DESCRIPTION
The user ID (group ID) of the current process is set to
the argument.
Both the effective and the real ID are set.
These calls are only permitted to the super-user
or if the argument is the real or effective ID.
.SH "SEE ALSO"
getuid(2)
.SH DIAGNOSTICS
Zero is returned if the user (group) ID is set;
\-1 is returned otherwise.