1UNAME(1) User Commands UNAME(1)
2
3
4
6 uname - print system information
7
9 uname [OPTION]...
10
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
48 Written by David MacKenzie.
49
51 Report bugs to <bug-coreutils@gnu.org>.
52
54 Copyright © 2007 Free Software Foundation, Inc.
55 This is free software. You may redistribute copies of it under the
56 terms of the GNU General Public License
57 <http://www.gnu.org/licenses/gpl.html>. There is NO WARRANTY, to the
58 extent permitted by law.
59
61 uname(2)
62
63 The full documentation for uname is maintained as a Texinfo manual. If
64 the info and uname programs are properly installed at your site, the
65 command
66
67 info uname
68
69 should give you access to the complete manual.
70
71
72
73GNU coreutils 6.9 March 2008 UNAME(1)