Next: Locales, Previous: Networking, Up: POSIX System Calls and Networking [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.