xref: /minix3/usr.bin/users/users.1 (revision 401bad1a4d9d421799f9da0acc2f33adb2168c4c)
1*401bad1aSThomas Cort.\"	$NetBSD: users.1,v 1.7 2003/08/07 11:16:57 agc Exp $
2*401bad1aSThomas Cort.\"
3*401bad1aSThomas Cort.\" Copyright (c) 1980, 1990, 1991, 1993
4*401bad1aSThomas Cort.\"	The Regents of the University of California.  All rights reserved.
5*401bad1aSThomas Cort.\"
6*401bad1aSThomas Cort.\" Redistribution and use in source and binary forms, with or without
7*401bad1aSThomas Cort.\" modification, are permitted provided that the following conditions
8*401bad1aSThomas Cort.\" are met:
9*401bad1aSThomas Cort.\" 1. Redistributions of source code must retain the above copyright
10*401bad1aSThomas Cort.\"    notice, this list of conditions and the following disclaimer.
11*401bad1aSThomas Cort.\" 2. Redistributions in binary form must reproduce the above copyright
12*401bad1aSThomas Cort.\"    notice, this list of conditions and the following disclaimer in the
13*401bad1aSThomas Cort.\"    documentation and/or other materials provided with the distribution.
14*401bad1aSThomas Cort.\" 3. Neither the name of the University nor the names of its contributors
15*401bad1aSThomas Cort.\"    may be used to endorse or promote products derived from this software
16*401bad1aSThomas Cort.\"    without specific prior written permission.
17*401bad1aSThomas Cort.\"
18*401bad1aSThomas Cort.\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
19*401bad1aSThomas Cort.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
20*401bad1aSThomas Cort.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
21*401bad1aSThomas Cort.\" ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
22*401bad1aSThomas Cort.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
23*401bad1aSThomas Cort.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
24*401bad1aSThomas Cort.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
25*401bad1aSThomas Cort.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
26*401bad1aSThomas Cort.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
27*401bad1aSThomas Cort.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
28*401bad1aSThomas Cort.\" SUCH DAMAGE.
29*401bad1aSThomas Cort.\"
30*401bad1aSThomas Cort.\"     @(#)users.1	8.1 (Berkeley) 6/6/93
31*401bad1aSThomas Cort.\"
32*401bad1aSThomas Cort.Dd June 6, 1993
33*401bad1aSThomas Cort.Dt USERS 1
34*401bad1aSThomas Cort.Os
35*401bad1aSThomas Cort.Sh NAME
36*401bad1aSThomas Cort.Nm users
37*401bad1aSThomas Cort.Nd list current users
38*401bad1aSThomas Cort.Sh SYNOPSIS
39*401bad1aSThomas Cort.Nm
40*401bad1aSThomas Cort.Sh DESCRIPTION
41*401bad1aSThomas Cort.Nm
42*401bad1aSThomas Cortlists the login names of the users currently on the system,
43*401bad1aSThomas Cortin sorted order, space separated, on a single line.
44*401bad1aSThomas Cort.Sh FILES
45*401bad1aSThomas Cort.Bl -tag -width /var/run/utmp
46*401bad1aSThomas Cort.It Pa /var/run/utmp
47*401bad1aSThomas Cort.El
48*401bad1aSThomas Cort.Sh SEE ALSO
49*401bad1aSThomas Cort.Xr finger 1 ,
50*401bad1aSThomas Cort.Xr last 1 ,
51*401bad1aSThomas Cort.Xr who 1 ,
52*401bad1aSThomas Cort.Xr utmp 5
53*401bad1aSThomas Cort.Sh HISTORY
54*401bad1aSThomas CortThe
55*401bad1aSThomas Cort.Nm
56*401bad1aSThomas Cortcommand appeared in
57*401bad1aSThomas Cort.Bx 3.0 .
58