Penguin
Annotated edit history of uname(1) version 2, including all changes. View license author blame.
Rev Author # Line
1 perry 1 UNAME
2 !!!UNAME
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 AUTHOR
7 REPORTING BUGS
8 COPYRIGHT
9 SEE ALSO
10 ----
11 !!NAME
12
13
14 uname - print system information
15 !!SYNOPSIS
16
17
18 __uname__ [[''OPTION'']...
19 !!DESCRIPTION
20
21
22 Print certain system information. With no OPTION, same as
23 __-s__.
24
25
26 __-a__, __--all__
27
28
29 print all information
30
31
32 __-m__, __--machine__
33
34
35 print the machine (hardware) type
36
37
38 __-n__, __--nodename__
39
40
41 print the machine's network node hostname
42
43
44 __-r__, __--release__
45
46
47 print the operating system release
48
49
50 __-s__, __--sysname__
51
52
53 print the operating system name
54
55
56 __-p__, __--processor__
57
58
59 print the host processor type
60
61
62 __-v__
63
64
65 print the operating system version
66
67
68 __--help__
69
70
71 display this help and exit
72
73
74 __--version__
75
76
77 output version information and exit
78 !!AUTHOR
79
80
2 perry 81 Written by David !MacKenzie.
1 perry 82 !!REPORTING BUGS
83
84
85 Report bugs to
86 !!COPYRIGHT
87
88
89 Copyright 2000 Free Software Foundation, Inc.
90 This is free software; see the source for copying
91 conditions. There is NO warranty; not even for
92 MERCHANTABILITY or FITNESS FOR A PARTICULAR
93 PURPOSE.
94 !!SEE ALSO
95
96
97 The full documentation for __uname__ is maintained as a
98 Texinfo manual. If the __info__ and __uname__ programs
99 are properly installed at your site, the
100 command
101
102
103 __info uname__
104
105
106 should give you access to the complete manual.
107 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.