Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ setuid(2) — Unisoft V7

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

getuid(2)

SETUID(2)  —  UNIX Programmer’s Manual

NAME

setuid, setgid − set user and group ID

SYNOPSIS

setuid(uid)
int uid;

setgid(gid)
int gid;

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. 

SEE ALSO

getuid(2)

DIAGNOSTICS

Zero is returned if the user (group) ID is set; −1 is returned otherwise. 

7th Edition

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026