uname (target)
Print system information (POSIX, toybox)
Syntax:
uname [-akmnoprsv]
Runs on:
QNX OS
Options:
- -a
- Behave as if the options -snrvmp were specified (in order).
- -k
- Write the kernel version.
- -m
- Write the machine (hardware) name.
- -n
- Write the network (domain) name.
- -o
- Synonym for the -s option, for compatibility with other systems.
- -p
- Write the processor architecture.
- -r
- Write the release number.
- -s
- Write the system name.
- -v
- Write the version.
Description:
This utility is provided as part of the toybox package. For information on how to enable it, see toybox.
Contributing author:
Rob Landley and the toybox project (see https://landley.net/toybox/).
Page updated: