Penguin
Annotated edit history of who(1) version 2, including all changes. View license author blame.
Rev Author # Line
1 perry 1 WHO
2 !!!WHO
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 AUTHOR
7 REPORTING BUGS
8 COPYRIGHT
9 SEE ALSO
10 ----
11 !!NAME
12
13
14 who - show who is logged on
15 !!SYNOPSIS
16
17
18 __who__ [[''OPTION'']... [[ ''FILE | ARG1 ARG2''
19 ]
20 !!DESCRIPTION
21
22
23 __-a__, __--all__
24
25
26 same as __-b -d --login -p -r -t -T -u__
27
28
29 __-b__, __--boot__
30
31
32 time of last system boot
33
34
35 __-d__, __--dead__
36
37
38 print dead processes
39
40
41 __-H__, __--heading__
42
43
44 print line of column headings
45
46
47 __-i__, __--idle__
48
49
50 add idle time as HOURS:MINUTES, . or old (deprecated, use
51 __-u__)
52
53
54 __--login__
55
56
57 print system login processes (equivalent to SUS
58 __-l__)
59
60
61 __-l__, __--lookup__
62
63
64 attempt to canonicalize hostnames via DNS (-l is deprecated,
65 use __--lookup__)
66
67
68 __-m__
69
70
71 only hostname and user associated with stdin
72
73
74 __-p__, __--process__
75
76
77 print active processes spawned by init
78
79
80 __-q__, __--count__
81
82
83 all login names and number of users logged on
84
85
86 __-r__, __--runlevel__
87
88
89 print current runlevel
90
91
92 __-s__, __--short__
93
94
95 print only name, line, and time (default)
96
97
98 __-t__, __--time__
99
100
101 print last system clock change
102
103
104 __-T__, __-w__, __--mesg__
105
106
107 add user's message status as +, - or ?
108
109
110 __-u__, __--users__
111
112
113 lists users logged in
114
115
116 __--message__
117
118
119 same as __-T__
120
121
122 __--writable__
123
124
125 same as __-T__
126
127
128 __--help__
129
130
131 display this help and exit
132
133
134 __--version__
135
136
137 output version information and exit
138
139
140 If FILE is not specified, use /var/run/utmp. /var/log/wtmp
141 as FILE is common. If ARG1 ARG2 given, __-m__ presumed:
142 `am i' or `mom likes' are usual.
143 !!AUTHOR
144
145
2 perry 146 Written by Joseph Arceneaux, David !MacKenzie, and Michael
1 perry 147 Stone.
148 !!REPORTING BUGS
149
150
151 Report bugs to
152 !!COPYRIGHT
153
154
155 Copyright 2000 Free Software Foundation, Inc.
156 This is free software; see the source for copying
157 conditions. There is NO warranty; not even for
158 MERCHANTABILITY or FITNESS FOR A PARTICULAR
159 PURPOSE.
160 !!SEE ALSO
161
162
163 The full documentation for __who__ is maintained as a
164 Texinfo manual. If the __info__ and __who__ programs
165 are properly installed at your site, the
166 command
167
168
169 __info who__
170
171
172 should give you access to the complete manual.
173 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.