.TH LOGGEDOFF 1 "Revision 1.2"
.FM mit
.SH NAME
loggedoff \- determine procceses owned by people who are not logged in
.SH SYNOPSIS
.B loggedoff
[ -r ]
.SH DESCRIPTION
.B Loggedoff
uses a combination of
.B ps(1)
and
.B awk(1)
to determine processes owned by users who are not currently
logged into the system.
.PP
By default, the
.B loggedoff
command output omits any process owned by root.  This is because root
often runs many processes while not logged into the system.  The
.B -r
option overrides this action.
.PP
.B Loggedoff
has one option:
.TP 6
.B  \-r
Include processes owned by root.
.SH FILES
.nf
.ta \w' /mit/consult/lib/loggedoff.aw  'u
/mit/consult/lib/loggedoff.aw	awk template
.fi
.SH "SEE ALSO"
.br
awk(1), ps(1), who(1)
.SH DIAGNOSTICS
Intended to be self explanatory.
.SH BUGS
.B Loggedoff
may take some time on a loaded system as its performance is
limited by the speed of 
.B ps(1)
and
.B awk(1).
.SH AUTHOR
Dave Lyon
.br
Project Athena User Consulting Group

