1whois(1) User Commands whois(1)
2
3
4
6 whois - Internet user name directory service
7
9 whois [-h host] identifier
10
11
13 whois searches for an Internet directory entry for an identifier which
14 is either a name (such as ``Smith'') or a handle (such as ``SRI-NIC'').
15 To force a name-only search, precede the name with a period; to force a
16 handle-only search, precede the handle with an exclamation point.
17
18
19 To search for a group or organization entry, precede the argument with
20 * (an asterisk). The entire membership list of the group will be dis‐
21 played with the record.
22
23
24 You may of course use an exclamation point and asterisk, or a period
25 and asterisk together.
26
28 Example 1 Using The whois Command
29
30
31 The command:
32
33
34 example% whois Smith
35
36
37
38
39 looks for the name or handle SMITH.
40
41
42
43 The command:
44
45
46 example% whois !SRI-NIC
47
48
49
50
51 looks for the handle SRI-NIC only.
52
53
54
55 The command:
56
57
58 example% whois .Smith, John
59
60
61
62
63 looks for the name JOHN SMITH only.
64
65
66
67 Adding ... to the name or handle argument will match anything from that
68 point; that is, ZU ... will match ZUL, ZUM, and so on.
69
70
72 See attributes(5) for descriptions of the following attributes:
73
74
75
76
77 ┌─────────────────────────────┬─────────────────────────────┐
78 │ ATTRIBUTE TYPE │ ATTRIBUTE VALUE │
79 ├─────────────────────────────┼─────────────────────────────┤
80 │Availability │SUNWrcmdc │
81 └─────────────────────────────┴─────────────────────────────┘
82
84 attributes(5)
85
86
87
88SunOS 5.11 6 Nov 2000 whois(1)