Print system information.

Synopsis

uname [-amnorsv]

Description

Prints identifying information about the current SLICC runtime.

Options

-s Kernel name (SLICC).

-n Nodename (leader/follower/standalone).

-r Release (SLICC version).

-v Build stamp.

-m Machine (realm platform).

-o Operating system (user agent).

-a All of the above, in uname order.

Examples

$ uname -a

Print all system information.

$ uname -r

Print just the SLICC release version.

Notes

There is no real Unix kernel underneath; the fields report on the SLICC runtime and the browser instead (e.g. -o reports the browser's user agent string).

See Also

hostname, whoami