/usr/lib/s9fes/help/sys_setuid is in scheme9 2010.11.13-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 | S9 EXT (sys:setgid integer) ==> unspecific
(sys:setuid integer) ==> unspecific
Change the group ID (user ID) of the S9 process to the given
INTEGER. Only the superuser may change the UID/GID of a process
to a value other than the current UID/GID.
(sys:setgid (sys:getgid)) ==> unspecific
(sys:setuid (sys:getuid)) ==> unspecific
|