.TH UNAME 1 2022-03-06 "OMKOV coreutils" "General Commands Manual" .SH NAME uname \(em return system name .SH SYNOPSYS \fBuname\fR [-amnrsv] .SH DESCRIPTION Write specified system characteristics to standard output. .SH OPTIONS The following options are supported: .TP .B -a Print all system characteristics. .TP .B -m Print the system hardware type. .TP .B -n Print the system network node name. .TP .B -r Print the current release level of the Operating System. .TP .B -s Print the name of the Operating System. .TP .B -v Print the current version of the Operating System. .TP .B --help Display help information. .TP .B --version Display version information. .SH EXIT STATUS The following exit values will be returned: .TP \ 0 Successful completion. .TP >0 An error occurred. .SH STANDARDS The \fIuname\fR utility is compliant with the IEEE Std 1003.2-1992 ("POSIX.2") specification. .SH COPYRIGHT .nf Copyright (C) 2020, Jakob Wakeling MIT Licence (https://opensource.org/licenses/MIT) .fi