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 or "unknown"
35
36       -i, --hardware-platform
37              print the hardware platform or "unknown"
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
47       GNU  coreutils  online  help:  <http://www.gnu.org/software/coreutils/>
48       Report uname translation bugs to <http://translationproject.org/team/>
49

AUTHOR

51       Written by David MacKenzie.
52
54       Copyright  ©  2013  Free Software Foundation, Inc.  License GPLv3+: GNU
55       GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
56       This is free software: you are free  to  change  and  redistribute  it.
57       There is NO WARRANTY, to the extent permitted by law.
58

SEE ALSO

60       arch(1), uname(2)
61
62       The full documentation for uname is maintained as a Texinfo manual.  If
63       the info and uname programs are properly installed at  your  site,  the
64       command
65
66              info coreutils 'uname invocation'
67
68       should give you access to the complete manual.
69
70
71
72GNU coreutils 8.22               October 2018                         UNAME(1)
Impressum