To display the Unix name of the system, use the uname command.
uname [-a]
Parameter | Value | Mandatory | Description |
---|---|---|---|
(none) | − | − | Prints the Unix name of the system in short format. |
-a | Fixed | No | Prints the Unix name of the system in long format. |
Querying short name:
uname
Example response:
$ uname
Vaisala aqt-fw
$
Querying long name:
uname -a
Example response:
Vaisala aqt-fw 3.0.783.a51b18d 2020-12-17T08:10:40Z B210887-E avr-m1280/328p
$