ubase/who.1

19 lines
480 B
Groff
Raw Normal View History

2014-04-12 12:38:43 +00:00
.TH WHO 1 ubase-VERSION
2014-02-14 15:03:48 +00:00
.SH NAME
2014-04-12 12:38:43 +00:00
\fBwho\fR - print who has logged on
2014-02-14 15:03:48 +00:00
.SH SYNOPSIS
2014-04-12 12:38:43 +00:00
\fBwho\fR [\fB-m\fR]
2014-02-14 15:03:48 +00:00
.SH DESCRIPTION
2014-04-12 12:38:43 +00:00
\fBwho\fR prints a list of who has logged on, their controlling tty, and the
2014-02-14 15:03:48 +00:00
time at which they logged on.
.SH OPTIONS
.TP
2014-04-12 12:38:43 +00:00
\fB-m\fR only show users on current tty
2014-02-14 15:03:48 +00:00
.TP
2014-04-12 12:38:43 +00:00
\fB-l\fR also print LOGIN processes
2014-02-14 15:03:48 +00:00
.SH BUGS
2014-04-12 12:38:43 +00:00
\fBwho\fR relies on the utmp file to be updated responsibly. This
2014-02-14 15:03:48 +00:00
doesn't always happen, which can cause who to print completely
bogus data.
2014-04-12 12:38:43 +00:00
utmp(5)