ls.1 (bbf215553c7233fbab8a0afdf1fac74c44781867) ls.1 (fab57d1b740f6df905ebda23c9345ef88a7a046a)
1.\"
2.\" Sun Microsystems, Inc. gratefully acknowledges The Open Group for
3.\" permission to reproduce portions of its copyrighted documentation.
4.\" Original documentation from The Open Group can be obtained online at
5.\" http://www.opengroup.org/bookstore/.
6.\"
7.\" The Institute of Electrical and Electronics Engineers and The Open
8.\" Group, have given us permission to reprint portions of their

--- 29 unchanged lines hidden (view full) ---

38.\" If applicable, add the following below this CDDL HEADER, with the
39.\" fields enclosed by brackets "[]" replaced with your own identifying
40.\" information: Portions Copyright [yyyy] [name of copyright owner]
41.\"
42.\"
43.\" Copyright 1989 AT&T
44.\" Portions Copyright (c) 1992, X/Open Company Limited All Rights Reserved
45.\" Copyright (c) 2009, Sun Microsystems, Inc. All Rights Reserved
1.\"
2.\" Sun Microsystems, Inc. gratefully acknowledges The Open Group for
3.\" permission to reproduce portions of its copyrighted documentation.
4.\" Original documentation from The Open Group can be obtained online at
5.\" http://www.opengroup.org/bookstore/.
6.\"
7.\" The Institute of Electrical and Electronics Engineers and The Open
8.\" Group, have given us permission to reprint portions of their

--- 29 unchanged lines hidden (view full) ---

38.\" If applicable, add the following below this CDDL HEADER, with the
39.\" fields enclosed by brackets "[]" replaced with your own identifying
40.\" information: Portions Copyright [yyyy] [name of copyright owner]
41.\"
42.\"
43.\" Copyright 1989 AT&T
44.\" Portions Copyright (c) 1992, X/Open Company Limited All Rights Reserved
45.\" Copyright (c) 2009, Sun Microsystems, Inc. All Rights Reserved
46.\" Copyright 2014 Nexenta Systems, Inc. All Rights Reserved.
46.\" Copyright 2016 Nexenta Systems, Inc. All Rights Reserved.
47.\"
48.TH LS 1 "Apr 25, 2020"
49.SH NAME
50ls \- list contents of directory
51.SH SYNOPSIS
52.nf
53\fB/usr/bin/ls\fR [\fB-aAbcCdeEfFghHiklLmnopqrRsStuUwvVx1@\fR]
54 [\fB-/ c\fR | \fBv\fR] [\fB-% atime | crtime | ctime | mtime | all\fR]

--- 1123 unchanged lines hidden (view full) ---

1178.ad
1179.br
1180.na
1181\fB\fB--numeric-uid-gid\fR\fR
1182.ad
1183.sp .6
1184.RS 4n
1185The same as \fB-l\fR, except that the owner's \fBUID\fR and group's \fBGID\fR
47.\"
48.TH LS 1 "Apr 25, 2020"
49.SH NAME
50ls \- list contents of directory
51.SH SYNOPSIS
52.nf
53\fB/usr/bin/ls\fR [\fB-aAbcCdeEfFghHiklLmnopqrRsStuUwvVx1@\fR]
54 [\fB-/ c\fR | \fBv\fR] [\fB-% atime | crtime | ctime | mtime | all\fR]

--- 1123 unchanged lines hidden (view full) ---

1178.ad
1179.br
1180.na
1181\fB\fB--numeric-uid-gid\fR\fR
1182.ad
1183.sp .6
1184.RS 4n
1185The same as \fB-l\fR, except that the owner's \fBUID\fR and group's \fBGID\fR
1186numbers are printed, rather than the associated character strings.
1186numbers are printed, rather than the associated character strings. For files
1187which owner and/or group is a Windows Security Identifier (\fBSID\fR), \fB-n\fR
1188suppresses any lookups for the Windows Name string and prints only the raw SID.
1189Moreover, a second instance of this flag (\fB-nn\fR) can be used to further
1190suppress \fBidmapd\fR(1M) lookups of the file's owner and/or group SID, thus
1191forcing \fBls\fR into printing the raw ephemeral numeric identifiers.
1187.RE
1188
1189.sp
1190.ne 2
1191.na
1192\fB\fB-o\fR\fR
1193.ad
1194.br

--- 1629 unchanged lines hidden (view full) ---

2824.sp
2825.LP
2826The sort order of \fBls\fR output is affected by the locale and can be
2827overridden by the \fBLC_COLLATE\fR environment variable. For example, if
2828\fBLC_COLLATE\fR equals \fBC\fR, dot files appear first, followed by names
2829beginning with upper-case letters, then followed by names beginning with
2830lower-case letters. But if \fBLC_COLLATE\fR equals \fBen_US.ISO8859-1\fR, then
2831leading dots as well as case are ignored in determining the sort order.
1192.RE
1193
1194.sp
1195.ne 2
1196.na
1197\fB\fB-o\fR\fR
1198.ad
1199.br

--- 1629 unchanged lines hidden (view full) ---

2829.sp
2830.LP
2831The sort order of \fBls\fR output is affected by the locale and can be
2832overridden by the \fBLC_COLLATE\fR environment variable. For example, if
2833\fBLC_COLLATE\fR equals \fBC\fR, dot files appear first, followed by names
2834beginning with upper-case letters, then followed by names beginning with
2835lower-case letters. But if \fBLC_COLLATE\fR equals \fBen_US.ISO8859-1\fR, then
2836leading dots as well as case are ignored in determining the sort order.
2837.sp
2838.LP
2839For additional information regarding Windows Security Identifiers, consult
2840Microsoft support document, \fIWell-known security identifiers in Windows
2841operating systems\fR, which can be found at Microsoft's support site:
2842https://support.microsoft.com/en-us/kb/243330/.