Tizen 2.0 Release
[external/tizen-coreutils.git] / man / uname.1
1 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.35.
2 .TH UNAME "1" "March 2007" "GNU coreutils 6.9" "User Commands"
3 .SH NAME
4 uname \- print system information
5 .SH SYNOPSIS
6 .B uname
7 [\fIOPTION\fR]...
8 .SH DESCRIPTION
9 .\" Add any additional description here
10 .PP
11 Print certain system information.  With no OPTION, same as \fB\-s\fR.
12 .TP
13 \fB\-a\fR, \fB\-\-all\fR
14 print all information, in the following order,
15 except omit \fB\-p\fR and \fB\-i\fR if unknown:
16 .TP
17 \fB\-s\fR, \fB\-\-kernel\-name\fR
18 print the kernel name
19 .TP
20 \fB\-n\fR, \fB\-\-nodename\fR
21 print the network node hostname
22 .TP
23 \fB\-r\fR, \fB\-\-kernel\-release\fR
24 print the kernel release
25 .TP
26 \fB\-v\fR, \fB\-\-kernel\-version\fR
27 print the kernel version
28 .TP
29 \fB\-m\fR, \fB\-\-machine\fR
30 print the machine hardware name
31 .TP
32 \fB\-p\fR, \fB\-\-processor\fR
33 print the processor type or "unknown"
34 .TP
35 \fB\-i\fR, \fB\-\-hardware\-platform\fR
36 print the hardware platform or "unknown"
37 .TP
38 \fB\-o\fR, \fB\-\-operating\-system\fR
39 print the operating system
40 .TP
41 \fB\-\-help\fR
42 display this help and exit
43 .TP
44 \fB\-\-version\fR
45 output version information and exit
46 .SH AUTHOR
47 Written by David MacKenzie.
48 .SH "REPORTING BUGS"
49 Report bugs to <bug\-coreutils@gnu.org>.
50 .SH COPYRIGHT
51 Copyright \(co 2007 Free Software Foundation, Inc.
52 .br
53 This is free software.  You may redistribute copies of it under the terms of
54 the GNU General Public License <http://www.gnu.org/licenses/gpl.html>.
55 There is NO WARRANTY, to the extent permitted by law.
56 .SH "SEE ALSO"
57 uname(2)
58 .PP
59 The full documentation for
60 .B uname
61 is maintained as a Texinfo manual.  If the
62 .B info
63 and
64 .B uname
65 programs are properly installed at your site, the command
66 .IP
67 .B info uname
68 .PP
69 should give you access to the complete manual.