Sortix nightly manual
This manual documents Sortix nightly, a development build that has not been officially released. You can instead view this document in the latest official manual.
NAME
uname — write system informationSYNOPSIS
uname | [-amnprstv] |
DESCRIPTION
uname writes the system information specified by its options. If no options were passed, uname writes the kernel name.- -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.