Printing Unix name (uname command) - AQT530

AQT530 Configuration Guide

Document code
M212572EN
Revision
E
Language
English
Product
AQT530
Document type
User guide

To display the Unix name of the system, use the uname command.

uname [-a]
Table 1. Parameters for uname command
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

$