Next: ftp
: FTP client, Previous: traceroute
: Trace the route to a host, Up: GNU Inetutils [Contents][Index]
whois
: User interface to WHOIS data bases.The functionality of a world wide Internet is dependent on
stored node information of different kinds.
Registrars keep much relevant material in WHOIS data bases.
This utility whois
is able to query those sources
for general and for particular properties of most domains.
For many domains there are names of suitable data base servers
hard coded into whois
, ready to query for domain
relevant information.
Since servers’ names do change from time to time,
this utility might occasionally need some guidance using
a suitable command line option.
Synopsis:
whois [OPTION…] OBJECT…
Search all data bases.
Fast and raw output. Implies -r.
Find updates for an object from provider source, starting from the version with serial key first, and ending with serial key last.
Connect to server host.
Hide legal disclaimers.
Do an inverse lookup for specified attributes. Use a comma separated list for multiple attributes.
One level less specific lookup. Applies to RPSL only.
Find all less specific matches.
Find more specific matches, one level deeper.
Find all more specific matches.
Connect to server port port.
Query specified server info. Applies to RPSL only.
Turn off recursive lookups.
Force output to show local copy of the domain object, even if it contains a referral.
Search the data base at source. A comma separated list queries multiple providers.
Tell server to refrain from syntactic sugar.
Request a template for objects of type type. Use the value ‘all’ for a list of possible types.
Search only for objects of type type. A comma separated list allows for multiple types.
Verbosely explain all actions taken.
Search only for exact matches. Applicable only to RPSL.
whois
holds an internal list of information servers
and their assigned data bases.
Queries are examined against this list to select the most
plausible server, but the hint can always be overruled on
the command line by use of the option -h.
If neither of these have a say, then the default server to ask
is ‘whois.internic.net’, but this name is in turn overruled
by a server name in the environment variable WHOIS_SERVER
.
LANG
When the server ‘whois.nic.ad.jp’ is queried, and only then,
any non-Japanese locale in LANG
will ask the server to reply
with English text, not Japanese.
WHOIS_HIDE
When set, the effect on whois
is as if the
option -H had been given.
WHOIS_SERVER
Data base server to query when internal hinting is inconclusive. When unset, ‘whois.internic.net’ is used as default server.
Next: ftp
: FTP client, Previous: traceroute
: Trace the route to a host, Up: GNU Inetutils [Contents][Index]