chickadee » chicken » process-context » posix » current-user-id

current-user-idprocedure
(set! (current-user-id) UID)setter

Get or set the real user-id of the current process. The procedure corresponds to the getuid and setuid C functions.

NOTE: On native Windows builds (all except cygwin), this procedure is unimplemented and will raise an error.