Sys.info {etc} | R Documentation |
Reports system and user information.
Sys.info();
A character vector with fields
+ sysname
The operating system name.
+ release
The OS release.
+ version
The OS version.
+ nodename
A name by which the machine Is known On
the network (If any).
+ machine
A concise description Of the hardware,
often the CPU type.
+ login
The user 's login name, or "unknown" if it
cannot be ascertained.
+ user
The name Of the real user ID, Or "unknown" If
it cannot be ascertained.
+ effective_user
The name Of the effective user ID, Or
"unknown" If it cannot be ascertained. This may differ
from the real user In 'set-user-ID’ processes.
The last three fields give the same value On Windows.