Sortix
Sortix Download Manual Development Source Code News Blog More
current nightly

Sortix volatile manual

This manual documents Sortix volatile, a development build that has not been officially released. You can instead view this document in the latest official manual.

UNAME(1) General Commands Manual UNAME(1)

NAME

uname — write system information

SYNOPSIS

uname [-amnprstv]

DESCRIPTION

uname writes the system information specified by its options. If no options were passed, uname writes the kernel name.

The options are as follows:

-a
Write all available information.
-m, --machine
Write the system architecture.
-n, --nodename
Write the network node name.
-p, --processor
Write the processor architecture.
-r, --kernel-release
Write the kernel release version.
-s, --kernel-name
Write the kernel name.
-t, --tagline
Write the release tagline.
-v, --kernel-version
Write the kernel build date.

EXIT STATUS

uname will exit 0 on success and non-zero otherwise.

SEE ALSO

kernelinfo(1), uname(2), machine(5), sortix-release(5)

January 27, 2017 Sortix 1.1.0-dev
Copyright 2011-2025 Jonas 'Sortie' Termansen and contributors.
Sortix's source code is free software under the ISC license.
#sortix on irc.sortix.org
@sortix_org