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

AUTHOR

48       Written by David MacKenzie.
49

REPORTING BUGS

51       Report uname bugs to bug-coreutils@gnu.org
52       GNU coreutils home page: <http://www.gnu.org/software/coreutils/>
53       General help using GNU software: <http://www.gnu.org/gethelp/>
54       Report uname translation bugs to <http://translationproject.org/team/>
55
57       Copyright © 2010 Free Software Foundation, Inc.   License  GPLv3+:  GNU
58       GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
59       This  is  free  software:  you  are free to change and redistribute it.
60       There is NO WARRANTY, to the extent permitted by law.
61

SEE ALSO

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