1UNAME(1)                         User Commands                        UNAME(1)
2
3
4

NAME

6       uname - print system information
7

SYNOPSIS

9       uname [OPTION]...
10

DESCRIPTION

12       Print certain system information.  With no OPTION, same as -s.
13
14       -a, --all
15              print  all  information,  in the following order, except omit -p
16              and -i if unknown:
17
18       -s, --kernel-name
19              print the kernel name
20
21       -n, --nodename
22              print the network node hostname
23
24       -r, --kernel-release
25              print the kernel release
26
27       -v, --kernel-version
28              print the kernel version
29
30       -m, --machine
31              print the machine hardware name
32
33       -p, --processor
34              print the processor type (non-portable)
35
36       -i, --hardware-platform
37              print the hardware platform (non-portable)
38
39       -o, --operating-system
40              print the operating system
41
42       --help display this help and exit
43
44       --version
45              output version information and exit
46

AUTHOR

48       Written by David MacKenzie.
49

REPORTING BUGS

51       GNU coreutils online help: <https://www.gnu.org/software/coreutils/>
52       Report uname translation bugs to <https://translationproject.org/team/>
53
55       Copyright © 2018 Free Software Foundation, Inc.   License  GPLv3+:  GNU
56       GPL version 3 or later <https://gnu.org/licenses/gpl.html>.
57       This  is  free  software:  you  are free to change and redistribute it.
58       There is NO WARRANTY, to the extent permitted by law.
59

SEE ALSO

61       arch(1), uname(2)
62
63       Full documentation at: <https://www.gnu.org/software/coreutils/uname>
64       or available locally via: info '(coreutils) uname invocation'
65
66
67
68GNU coreutils 8.30                 July 2018                          UNAME(1)
Impressum