Main index | Section 1 | 日本語 | Deutsch | Options |
If no operands are given, the contents of the current directory are displayed. If more than one operand is given, non-directory operands are displayed first; directory and non-directory operands are sorted separately and in lexicographical order.
The following options are available:
| |
Include directory entries whose names begin with a
dot
(' amp;.')
except for
amp;.
and
...
Automatically set for the super-user unless
| |
| |
Force printing of non-printable characters (as defined by ctype(3) and current locale settings) in file names as \ xxx, where xxx is the numeric value of the character in octal. This option is not defined in IEEE Std 1003.1-2008 ("POSIX.1"). | |
| |
Force multi-column output; this is the default when output is to a terminal. | |
| |
When printing in the long
( | |
| |
Display a slash (‘/’) immediately after each pathname that is a directory, an asterisk (‘*’) after each that is executable, an at sign (‘@’) after each symbolic link, an equals sign (‘=’) after each socket, a percent sign (‘%’) after each whiteout, and a vertical bar (‘amp;|’) after each that is a FIFO. | |
| |
Enable colorized output.
This option is equivalent to defining
CLICOLOR
or
COLORTERM
in the environment and setting
| |
| |
Symbolic links on the command line are followed.
This option is assumed if
none of the
| |
| |
Prevent
| |
| |
If argument is a symbolic link, list the file or directory the link references
rather than the link itself.
This option cancels the
| |
| |
If argument is a symbolic link, list the link itself rather than the
object the link references.
This option cancels the
| |
| |
Recursively list subdirectories encountered. | |
| |
Sort by size (largest file first) before sorting the operands in lexicographical order. | |
| |
When printing in the long
( | |
| |
Use time when file was created for sorting or printing. This option is not defined in IEEE Std 1003.1-2008 ("POSIX.1"). | |
| |
Display whiteouts when scanning directories. This option is not defined in IEEE Std 1003.1-2008 ("POSIX.1"). | |
| |
Display each file's MAC label; see maclabel(7). This option is not defined in IEEE Std 1003.1-2008 ("POSIX.1"). | |
| |
Include directory entries whose names begin with a dot (' amp;.'). | |
| |
As
| |
| |
Use time when file status was last changed for sorting or printing. | |
| |
Output colored escape sequences based on
when,
which may be set to either
always,
auto,
or
never.
always
will make
ls
always output color.
If
TERM
is unset or set to an invalid terminal, then
ls
will fall back to explicit
ANSI
escape sequences without the help of
termcap(5).
always
is the default if
auto
will make
ls
output escape sequences based on
termcap(5),
but only if
stdout
is a tty and either the
never
will disable color regardless of environment variables.
never
is the default when neither
For compatibility with GNU coreutils, ls supports yes or force as equivalent to always, no or none as equivalent to never, and tty or if-tty as equivalent to auto. | |
| |
Directories are listed as plain files (not searched recursively). | |
| |
Output is not sorted.
This option turns on
| |
| |
This option has no effect.
It is only available for compatibility with
BSD 4.3,
where it was used to display the group name in the long
( | |
| |
When used with the
| |
| |
For each file, print the file's file serial number (inode number). | |
| |
This has the same effect as setting environment variable
BLOCKSIZE
to 1024, except that it also nullifies any
| |
| |
(The lowercase letter "ell.") List files in the long format, as described in the The Long Format subsection below. | |
| |
Stream output format; list files across the page, separated by commas. | |
| |
Display user and group IDs numerically rather than converting to a user
or group name in a long
( | |
| |
Include the file flags in a long
( | |
| |
Write a slash (‘/’) after each filename if that file is a directory. | |
| |
Force printing of non-graphic characters in file names as the character ‘amp;?’; this is the default when output is to a terminal. | |
| |
Reverse the order of the sort. | |
| |
Display the number of blocks used in the file system by each file. Block sizes and directory totals are handled as described in The Long Format subsection below, except (if the long format is not also requested) the directory totals are not output when the output is in a single column, even if multi-column output is requested. | |
| |
Sort by descending time modified (most recently modified first).
If two files have the same modification timestamp, sort their names
in ascending lexicographical order.
The
Note that these sort orders are contradictory: the time sequence is in
descending order, the lexicographical sort is in ascending order.
This behavior is mandated by
IEEE Std 1003.2 ("POSIX.2").
This feature can cause problems listing files stored with sequential names on
FAT file systems, such as from digital cameras, where it is possible to have
more than one image with the same timestamp.
In such a case, the photos cannot be listed in the sequence in which
they were taken.
To ensure the same sort order for time and for lexicographical sorting, set the
environment variable
LS_SAMESORT
or use the
| |
| |
Use time of last access,
instead of time of last modification
of the file for sorting
( | |
| |
Force raw printing of non-printable characters. This is the default when output is not to a terminal. This option is not defined in IEEE Std 1003.1-2001 ("POSIX.1"). | |
| |
The same as
| |
| |
When the
| |
| |
(The numeric digit "one.") Force output to be one entry per line. This is the default when output is not to a terminal. | |
| |
(Comma) When the
| |
The
The
The
The
The
By default,
ls
lists one entry per line to standard
output; the exceptions are to terminals or when the
File information is displayed with one or more
<blank >s
separating the information associated with the
If the modification time of the file is more than 6 months
in the past or future, and the
If the owner or group names are not a known user or group name,
or the
If the file is a character special or block special file, the device number for the file is displayed in the size field. If the file is a symbolic link the pathname of the linked-to file is preceded by "->".
The listing of a directory's contents is preceded by a labeled total number of blocks used in the file system by the files which are listed as the directory's contents (which may or may not include amp;. and .. and other files which start with a dot, depending on other options).
The default block size is 512 bytes.
The block size may be set with option
The file mode printed under the
- | Regular file. |
b | Block special file. |
c | Character special file. |
d | Directory. |
l | Symbolic link. |
p | FIFO. |
s | Socket. |
w | Whiteout. |
The next three fields are three characters each: owner permissions, group permissions, and other permissions. Each field has three character positions:
S | If in the owner permissions, the file is not executable and set-user-ID mode is set. If in the group permissions, the file is not executable and set-group-ID mode is set. |
s | If in the owner permissions, the file is executable and set-user-ID mode is set. If in the group permissions, the file is executable and setgroup-ID mode is set. |
x | The file is executable or the directory is searchable. |
- | The file is neither readable, writable, executable, nor set-user-ID nor set-group-ID mode, nor sticky. (See below.) |
These next two apply only to the third character in the last group (other permissions).
T | The sticky bit is set (mode 1000), but not execute or search permission. (See chmod(1) or sticky(7).) |
t | The sticky bit is set (mode 1000), and is searchable or executable. (See chmod(1) or sticky(7).) |
The next field contains a plus (‘+’) character if the file has an ACL, or a space (‘ ’) if it does not. The ls utility does not show the actual ACL; use getfacl(1) to do this.
BLOCKSIZE |
If this is set, its value, rounded up to 512 or down to a
multiple of 512, will be used as the block size in bytes by the
|
CLICOLOR |
Use
ANSI
color sequences to distinguish file types.
See
LSCOLORS
below.
In addition to the file types mentioned in the
|
CLICOLOR_FORCE | |
Color sequences are normally disabled if the output is not directed to a terminal. This can be overridden by setting this variable. The TERM variable still needs to reference a color capable terminal however otherwise it is not possible to determine which color sequences to use. | |
COLORTERM | See description for CLICOLOR above. |
COLUMNS |
If this variable contains a string representing a
decimal integer, it is used as the
column position width for displaying
multiple-text-column output.
The
ls
utility calculates how
many pathname text columns to display
based on the width provided.
(See
|
LANG |
The locale to use when determining the order of day and month in the long
|
LSCOLORS |
The value of this variable describes what color to use for which
attribute when colors are enabled with
CLICOLOR
or
COLORTERM.
This string is a concatenation of pairs of the format
fb,
where
f
is the foreground color and
b
is the background color.
The color designators are as follows:
|
a | black |
b | red |
c | green |
d | brown |
e | blue |
f | magenta |
g | cyan |
h | light grey |
A | bold black, usually shows up as dark grey |
B | bold red |
C | bold green |
D | bold brown, usually shows up as yellow |
E | bold blue |
F | bold magenta |
G | bold cyan |
H | bold light grey; looks like bright white |
x | default foreground or background |
Note that the above are standard ANSI colors. The actual display may differ depending on the color capabilities of the terminal in use.
The order of the attributes are as follows:
The default is "exfxcxdxbxegedabagacad", i.e., blue foreground and default background for regular directories, black foreground and red background for setuid executables, etc.
LS_COLWIDTHS | |
If this variable is set, it is considered to be a colon-delimited list of minimum column widths. Unreasonable and insufficient widths are ignored (thus zero signifies a dynamically sized column). Not all columns have changeable widths. The fields are, in order: inode, block count, number of links, user name, group name, flags, file size, file name. | |
LS_SAMESORT | |
If this variable is set, the
| |
TERM | The CLICOLOR and COLORTERM functionality depends on a terminal type with color capabilities. |
TZ | The timezone to use when displaying dates. See environ(7) for more information. |
$ ls -l
In addition to listing the contents of the current working directory in long format, show inode numbers, file flags (see chflags(1)), and suffix each filename with a symbol representing its file type:
$ ls -lioF
List the files in /var/log, sorting the output such that the mostly recently modified entries are printed first:
$ ls -lt /var/log
The ACL support is compatible with IEEE Std 1003.2c (" POSIX.2c") Draft 17 (withdrawn).
The exception mentioned in the
IEEE Std 1003.2 ("POSIX.2")
mandates opposite sort orders for files with the same timestamp when
sorting with the
LS (1) | August 31, 2020 |
Main index | Section 1 | 日本語 | Deutsch | Options |
Please direct any comments about this manual page service to Ben Bullock. Privacy policy.
“ | The Unix phenomenon is scary. It doesn't go away. | ” |
— Steve Ballmer |