| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
(sysname nodename release version machine).
sys-uname is used.
"localdomain" is returned.
sys-chdir
(See section 6.21.3.5 Other file operations), current-directory
(See section 11.6.1 Directory utilities).
#f is returned.
Note that getpgid() call is not in POSIX. If the system
doesn't have getpgid(), sys-getpgid still works if
pid is zero (it just calls sys-getpgrp), but signals
an error if pid is not zero.
pid is used. (Hence
sys-setpgid(0, 0) sets the process group id of the
current process to the current process id).
"/dev/tty". See also sys-ttyname.
| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |