ubase/who.1

22 lines
499 B
Groff
Raw Normal View History

2014-04-12 08:38:43 -04:00
.TH WHO 1 ubase-VERSION
2014-02-14 10:03:48 -05:00
.SH NAME
\fBwho\fR - Print who has logged on
2014-02-14 10:03:48 -05:00
.SH SYNOPSIS
2014-04-13 18:29:38 -04:00
\fBwho\fR [\fB-ml\fR]
2014-02-14 10:03:48 -05:00
.SH DESCRIPTION
2014-04-12 08:38:43 -04:00
\fBwho\fR prints a list of who has logged on, their controlling tty, and the
2014-02-14 10:03:48 -05:00
time at which they logged on.
.SH OPTIONS
.TP
2014-04-13 11:40:40 -04:00
\fB-m\fR
Only show users on current tty.
2014-02-14 10:03:48 -05:00
.TP
2014-04-13 11:40:40 -04:00
\fB-l\fR
Print LOGIN processes as well.
2014-02-14 10:03:48 -05:00
.SH BUGS
2014-04-12 08:38:43 -04:00
\fBwho\fR relies on the utmp file to be updated responsibly. This
2014-02-14 10:03:48 -05:00
doesn't always happen, which can cause who to print completely
bogus data.
2014-04-12 09:03:48 -04:00
.SH SEE ALSO
2014-04-12 08:38:43 -04:00
utmp(5)