ubase/who.1

19 lines
485 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
2014-04-12 08:38:43 -04:00
\fBwho\fR - print who has logged on
2014-02-14 10:03:48 -05:00
.SH SYNOPSIS
2014-04-12 08:38:43 -04:00
\fBwho\fR [\fB-m\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-12 08:55:31 -04:00
\fB-m\fR Only show users on current tty.
2014-02-14 10:03:48 -05:00
.TP
2014-04-12 08:55:31 -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 08:38:43 -04:00
utmp(5)