Warning: This is the manual of the legacy Guile 2.0 series. You may want to read the manual of the current stable series instead.
Next: Locales, Previous: Networking, Up: POSIX [Contents][Index]
This section lists the various procedures Guile provides for accessing information about the system it runs on.
Return an object with some information about the computer system the program is running on.
The following procedures accept an object as returned by uname
and return a selected component (all of which are strings).
The name of the operating system.
The network name of the computer.
The current release level of the operating system implementation.
The current version level within the release of the operating system.
A description of the hardware.
Return the host name of the current processor.
Set the host name of the current processor to name. May only be used by the superuser. The return value is not specified.