Modula-2 || Compiler & Tools || Library || Search Engine


Ulm's Modula-2 Library:
SysSetuid


NAME

SysSetuid - set user and group IDs

SYNOPSIS

PROCEDURE Setuid(uid: CARDINAL) : BOOLEAN;
PROCEDURE Setgid(gid: CARDINAL) : BOOLEAN;

DESCRIPTION

Setuid and Setgid allow to set the user and group IDs. For a detailed explanation see setuid(2).

DIAGNOSTICS

On failure, FALSE is returned and Errno.errno is set.

SEE ALSO

setuid(2), SysGetuid
Edited by: borchert, last change: 1997/02/26, revision: 1.1, converted to HTML: 1997/04/28

Modula-2 || Compiler & Tools || Library || Search Engine