8322 nl: misleading-indentation
[unleashed/tickless.git] / usr / src / man / man1 / listusers.1
blob2112ebefb03bb76fd52a76a789946b118d54b52a
1 '\" te
2 .\"  Copyright (c) 1994, Sun Microsystems, Inc.  All Rights Reserved
3 .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License").  You may not use this file except in compliance with the License.
4 .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing.  See the License for the specific language governing permissions and limitations under the License.
5 .\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE.  If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
6 .TH LISTUSERS 1 "Mar 18, 1994"
7 .SH NAME
8 listusers \- list user login information
9 .SH SYNOPSIS
10 .LP
11 .nf
12 \fBlistusers\fR [\fB-g\fR \fIgroups\fR] [\fB-l\fR \fIlogins\fR]
13 .fi
15 .SH DESCRIPTION
16 .sp
17 .LP
18 Executed without any options, this command lists all user logins sorted by
19 login. The output shows the login \fBID\fR and the account field value  from
20 the system's password database as specified by \fB/etc/nsswitch.conf\fR.
21 .SH OPTIONS
22 .sp
23 .LP
24 The following options are supported:
25 .sp
26 .ne 2
27 .na
28 \fB\fB-g\fR\fI groups\fR\fR
29 .ad
30 .RS 13n
31 Lists all user logins belonging to \fBgroup\fR, sorted by login. Multiple
32 groups can be specified as a comma-separated list.
33 .RE
35 .sp
36 .ne 2
37 .na
38 \fB\fB-l\fR\fI logins\fR\fR
39 .ad
40 .RS 13n
41 Lists the user login or logins specified by \fBlogins\fR, sorted by login.
42 Multiple logins can be specified as a comma-separated list.
43 .RE
45 .SH SEE ALSO
46 .sp
47 .LP
48 \fBnsswitch.conf\fR(4), \fBattributes\fR(5)
49 .SH NOTES
50 .sp
51 .LP
52 A user login is one that has a \fBUID\fR of 100 or greater.
53 .sp
54 .LP
55 The \fB-l\fR and \fB-g\fR options can be combined. User logins will only be
56 listed once, even if they belong to more than one of the selected groups.