Next: POSIX users and groups, Previous: POSIX signals, Up: POSIX interface
These procedures are exported by the structures posix &
posix-process-data.
These return the process id of the current process or the current process's parent, respectively.
These access the original and effective user & group ids of the current process. The effective ids may be set, but not the original ones.
Get-groupsreturns a list of the supplementary groups of the current process.Get-login-namereturns a user name for the current process.
#f
Lookup-environment-variablelooks up its argument in the environment list of the current process and returns the corresponding string, or#fif there is none.Environment-alistreturns the entire environment as a list of(name-string.value-string)pairs.