1WHO(1) User Commands WHO(1)
2
3
4
6 who - show who is logged on
7
9 who [OPTION]... [ FILE | ARG1 ARG2 ]
10
12 -a, --all
13 same as -b -d --login -p -r -t -T -u
14
15 -b, --boot
16 time of last system boot
17
18 -d, --dead
19 print dead processes
20
21 -H, --heading
22 print line of column headings
23
24 -l, --login
25 print system login processes
26
27 --lookup
28 attempt to canonicalize hostnames via DNS
29
30 -m only hostname and user associated with stdin
31
32 -p, --process
33 print active processes spawned by init
34
35 -q, --count
36 all login names and number of users logged on
37
38 -r, --runlevel
39 print current runlevel
40
41 -s, --short
42 print only name, line, and time (default)
43
44 -t, --time
45 print last system clock change
46
47 -T, -w, --mesg
48 add user's message status as +, - or ?
49
50 -u, --users
51 list users logged in
52
53 --message
54 same as -T
55
56 --writable
57 same as -T
58
59 --help display this help and exit
60
61 --version
62 output version information and exit
63
64 If FILE is not specified, use /var/run/utmp. /var/log/wtmp as FILE is
65 common. If ARG1 ARG2 given, -m presumed: `am i' or `mom likes' are
66 usual.
67
69 Written by Joseph Arceneaux, David MacKenzie, and Michael Stone.
70
72 Report bugs to <bug-coreutils@gnu.org>.
73
75 Copyright © 2007 Free Software Foundation, Inc.
76 This is free software. You may redistribute copies of it under the
77 terms of the GNU General Public License
78 <http://www.gnu.org/licenses/gpl.html>. There is NO WARRANTY, to the
79 extent permitted by law.
80
82 The full documentation for who is maintained as a Texinfo manual. If
83 the info and who programs are properly installed at your site, the com‐
84 mand
85
86 info who
87
88 should give you access to the complete manual.
89
90
91
92GNU coreutils 6.9 March 2008 WHO(1)