SETUID (II)                  3/15/72                  SETUID (II)





NAME            setuid  --  set process ID



SYNOPSIS        (process ID in r0)

                sys setuid  / setuid = 23.



DESCRIPTION     The user ID of the current process is set to the

                argument in r0.  Both the effective and the real

                user ID are set.  This call is only permitted to

                the super-user or if r0 is the real user ID.



SEE ALSO        getuid(II)



DIAGNOSTICS     Error bit (c-bit) is set as indicated.



BUGS            --