warn of the sins of wildcard MX records
[unix-history] / usr / src / usr.bin / users / users.1
CommitLineData
0f32f273
KB
1.\" Copyright (c) 1980, 1990, 1991, 1993
2.\" The Regents of the University of California. All rights reserved.
d4d5c9ea 3.\"
daacd5f0 4.\" %sccs.include.redist.man%
d4d5c9ea 5.\"
0f32f273 6.\" @(#)users.1 8.1 (Berkeley) %G%
daacd5f0 7.\"
36cf35cb
CL
8.Dd
9.Dt USERS 1
10.Os BSD 3
11.Sh NAME
12.Nm users
13.Nd list current users
14.Sh SYNOPSIS
15.Nm users
16.Sh DESCRIPTION
17.Nm Users
f5eeb49f
KB
18lists the login names of the users currently on the system,
19in sorted order, space separated, on a single line.
36cf35cb
CL
20.Sh FILES
21.Bl -tag -width /etc/utmp
22.It Pa /etc/utmp
23.El
24.Sh SEE ALSO
25.Xr finger 1 ,
26.Xr last 1 ,
27.Xr who 1 ,
28.Xr utmp 5
29.Sh HISTORY
30The
31.Nm
32command appeared in
33.Bx 3.0 .