~ubuntu-branches/ubuntu/utopic/coreutils/utopic-proposed

« back to all changes in this revision

Viewing changes to man/who.1

  • Committer: Colin Watson
  • Date: 2013-10-30 15:48:33 UTC
  • mfrom: (8.3.5 sid)
  • Revision ID: cjwatson@canonical.com-20131030154833-xdt6e1yfffqom1c4
merge from Debian 8.21-1

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.35.
2
 
.TH WHO "1" "October 2012" "GNU coreutils 8.20" "User Commands"
3
 
.SH NAME
4
 
who \- show who is logged on
5
 
.SH SYNOPSIS
6
 
.B who
7
 
[\fIOPTION\fR]... [ \fIFILE | ARG1 ARG2 \fR]
8
 
.SH DESCRIPTION
9
 
.\" Add any additional description here
10
 
.PP
11
 
Print information about users who are currently logged in.
12
 
.TP
13
 
\fB\-a\fR, \fB\-\-all\fR
14
 
same as \fB\-b\fR \fB\-d\fR \fB\-\-login\fR \fB\-p\fR \fB\-r\fR \fB\-t\fR \fB\-T\fR \fB\-u\fR
15
 
.TP
16
 
\fB\-b\fR, \fB\-\-boot\fR
17
 
time of last system boot
18
 
.TP
19
 
\fB\-d\fR, \fB\-\-dead\fR
20
 
print dead processes
21
 
.TP
22
 
\fB\-H\fR, \fB\-\-heading\fR
23
 
print line of column headings
24
 
.TP
25
 
\fB\-l\fR, \fB\-\-login\fR
26
 
print system login processes
27
 
.TP
28
 
\fB\-\-lookup\fR
29
 
attempt to canonicalize hostnames via DNS
30
 
.TP
31
 
\fB\-m\fR
32
 
only hostname and user associated with stdin
33
 
.TP
34
 
\fB\-p\fR, \fB\-\-process\fR
35
 
print active processes spawned by init
36
 
.TP
37
 
\fB\-q\fR, \fB\-\-count\fR
38
 
all login names and number of users logged on
39
 
.TP
40
 
\fB\-r\fR, \fB\-\-runlevel\fR
41
 
print current runlevel
42
 
.TP
43
 
\fB\-s\fR, \fB\-\-short\fR
44
 
print only name, line, and time (default)
45
 
.TP
46
 
\fB\-t\fR, \fB\-\-time\fR
47
 
print last system clock change
48
 
.TP
49
 
\fB\-T\fR, \fB\-w\fR, \fB\-\-mesg\fR
50
 
add user's message status as +, \- or ?
51
 
.TP
52
 
\fB\-u\fR, \fB\-\-users\fR
53
 
list users logged in
54
 
.TP
55
 
\fB\-\-message\fR
56
 
same as \fB\-T\fR
57
 
.TP
58
 
\fB\-\-writable\fR
59
 
same as \fB\-T\fR
60
 
.TP
61
 
\fB\-\-help\fR
62
 
display this help and exit
63
 
.TP
64
 
\fB\-\-version\fR
65
 
output version information and exit
66
 
.PP
67
 
If FILE is not specified, use /var/run/utmp.  /var/log/wtmp as FILE is common.
68
 
If ARG1 ARG2 given, \fB\-m\fR presumed: 'am i' or 'mom likes' are usual.
69
 
.SH AUTHOR
70
 
Written by Joseph Arceneaux, David MacKenzie, and Michael Stone.
71
 
.SH "REPORTING BUGS"
72
 
Report who bugs to bug\-coreutils@gnu.org
73
 
.br
74
 
GNU coreutils home page: <http://www.gnu.org/software/coreutils/>
75
 
.br
76
 
General help using GNU software: <http://www.gnu.org/gethelp/>
77
 
.br
78
 
Report who translation bugs to <http://translationproject.org/team/>
79
 
.SH COPYRIGHT
80
 
Copyright \(co 2012 Free Software Foundation, Inc.
81
 
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
82
 
.br
83
 
This is free software: you are free to change and redistribute it.
84
 
There is NO WARRANTY, to the extent permitted by law.
85
 
.SH "SEE ALSO"
86
 
The full documentation for
87
 
.B who
88
 
is maintained as a Texinfo manual.  If the
89
 
.B info
90
 
and
91
 
.B who
92
 
programs are properly installed at your site, the command
93
 
.IP
94
 
.B info coreutils \(aqwho invocation\(aq
95
 
.PP
96
 
should give you access to the complete manual.