Penguin
Annotated edit history of whois(1) version 1, including all changes. View license author blame.
Rev Author # Line
1 perry 1 WHOIS
2 !!!WHOIS
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 OPTIONS
7 NOTES
8 Files
9 ENVIRONMENT
10 SEE ALSO
11 HISTORY
12 AUTHOR
13 ----
14 !!NAME
15
16
17 whois - client for the whois directory service
18 !!SYNOPSIS
19
20
21 __whois__ [[ __-h__ ''HOST'' ] [[ __-p__
22 ''PORT'' ] [[ __-aCFHlLMmrRSVx__ ] [[ __-g__
23 ''SOURCE:FIRST-LAST'' ] [[ __-i__ ''ATTR'' ] [[
24 __-S__ ''SOURCE'' ] [[ __-T__ ''TYPE'' ]
25 ''object''
26
27
28 __whois__ [[ ''-t'' ] [[ ''-v'' ] ''template''
29 __whois__ [[ ''-q'' ] ''keyword''
30 !!DESCRIPTION
31
32
33 __whois__ searches for an object in a ''RFC-812''
34 database.
35
36
37 This version of the whois client tries to guess the right
38 server to ask for the specified object. If no guess can be
39 made it will connect to whois.internic.net for domains,
40 whois.arin.net for IPv4 addresses and whois.6bone.net for
41 IPv6 addresses.
42 !!OPTIONS
43
44
45 __-h HOST__
46
47
48 Connect to HOST.
49
50
51 __-H__
52
53
54 Do not display the legal disclaimers some registries like to
55 show you.
56
57
58 __-p PORT__
59
60
61 Connect to PORT.
62
63
64 __-V__
65
66
67 Be verbose.
68
69
70 Other options are flags understood by RIPE-like
71 servers.
72 !!NOTES
73
74
75 Please remember that ''whois.networksolutions.com'' by
76 default will only search in the domains database. If you
77 want to search for hostnames, NIC handles or people names
78 you have to prepend the appropriate keyword (''HO''st,
79 ''HA''ndle or ''NA''me).
80
81
82 If the ''!'' character is prepended to a NIC handle, the
83 default server becomes
84 ''whois.networksolutions.com''.
85
86
87 When querying ''whois.arin.net'' for AS numbers, the
88 program will automatically convert the request in the
89 appropriate format, inserting a space after the string
90 ''
91
92
93 When querying ''whois.ncst.ernet.in'' for a string
94 without spaces, the ''domain'' keyword is
95 prepended.
96
97
98 When querying ''whois.corenic.net'', machine readable
99 output is requested.
100
101
102 RIPE-specific options are ignored when querying non-RIPE
103 servers.
104 !!Files
105
106
107 /etc/whois.conf
108 !!ENVIRONMENT
109
110
111 LANG
112
113
114 When querying ''whois.nic.ad.jp'' english text is
115 requested unless the ''LANG'' environment variable
116 specifies a Japanese locale.
117
118
119 WHOIS_SERVER
120
121
122 This server will be queried if the program cannot guess
123 where the object is located. If the variable does not exist
124 then ''whois.internic.net'' will be queried.
125
126
127 WHOIS_HIDE
128
129
130 If this variable is defined, legal disclaimers will be
131 hidden even if the ''-H'' flag is not used.
132 !!SEE ALSO
133
134
135 ''RFC 812'': NICNAME/WHOIS
136
137
138 ''RIPE-157'', ''RIPE-189'': RIPE NCC Database
139 Documentation
140
141
142 Detailed help on available flags can be found in
143 ''RIPE-157'' or in the help file which can be obtained
144 with the command:
145
146
147 __whois -h whois.ripe.net HELP__
148 !!HISTORY
149
150
151 This program closely tracks the user interface of the whois
152 client developed at RIPE by Ambrose Magee and others on the
153 base of the original BSD client. I also added support for
154 the protocol extensions developed by David Kessens of QWest
155 for the 6bone server.
156 !!AUTHOR
157
158
159 __Whois__ and this man page were written by Marco d'Itri
160 __md@linux.it''
161 ''
162 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.