]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - bin/ls/ls.1
MFV r328323,328324:
[FreeBSD/FreeBSD.git] / bin / ls / ls.1
1 .\"-
2 .\" Copyright (c) 1980, 1990, 1991, 1993, 1994
3 .\"     The Regents of the University of California.  All rights reserved.
4 .\"
5 .\" This code is derived from software contributed to Berkeley by
6 .\" the Institute of Electrical and Electronics Engineers, Inc.
7 .\"
8 .\" Redistribution and use in source and binary forms, with or without
9 .\" modification, are permitted provided that the following conditions
10 .\" are met:
11 .\" 1. Redistributions of source code must retain the above copyright
12 .\"    notice, this list of conditions and the following disclaimer.
13 .\" 2. Redistributions in binary form must reproduce the above copyright
14 .\"    notice, this list of conditions and the following disclaimer in the
15 .\"    documentation and/or other materials provided with the distribution.
16 .\" 3. Neither the name of the University nor the names of its contributors
17 .\"    may be used to endorse or promote products derived from this software
18 .\"    without specific prior written permission.
19 .\"
20 .\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
21 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
22 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
23 .\" ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
24 .\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
25 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30 .\" SUCH DAMAGE.
31 .\"
32 .\"     @(#)ls.1        8.7 (Berkeley) 7/29/94
33 .\" $FreeBSD$
34 .\"
35 .Dd January 17, 2018
36 .Dt LS 1
37 .Os
38 .Sh NAME
39 .Nm ls
40 .Nd list directory contents
41 .Sh SYNOPSIS
42 .Nm
43 .Op Fl ABCFGHILPRSTUWZabcdfghiklmnopqrstuwxy1,
44 .Op Fl D Ar format
45 .Op Ar
46 .Sh DESCRIPTION
47 For each operand that names a
48 .Ar file
49 of a type other than
50 directory,
51 .Nm
52 displays its name as well as any requested,
53 associated information.
54 For each operand that names a
55 .Ar file
56 of type directory,
57 .Nm
58 displays the names of files contained
59 within that directory, as well as any requested, associated
60 information.
61 .Pp
62 If no operands are given, the contents of the current
63 directory are displayed.
64 If more than one operand is given,
65 non-directory operands are displayed first; directory
66 and non-directory operands are sorted separately and in
67 lexicographical order.
68 .Pp
69 The following options are available:
70 .Bl -tag -width indent
71 .It Fl A
72 Include directory entries whose names begin with a
73 dot
74 .Pq Sq Pa \&.
75 except for
76 .Pa \&.
77 and
78 .Pa .. .
79 Automatically set for the super-user unless
80 .Fl I
81 is specified.
82 .It Fl B
83 Force printing of non-printable characters (as defined by
84 .Xr ctype 3
85 and current locale settings) in file names as
86 .Li \e Ns Va xxx ,
87 where
88 .Va xxx
89 is the numeric value of the character in octal.
90 This option is not defined in
91 .St -p1003.1-2001 .
92 .It Fl C
93 Force multi-column output; this is the default when output is to a terminal.
94 .It Fl D Ar format
95 When printing in the long
96 .Pq Fl l
97 format, use
98 .Ar format
99 to format the date and time output.
100 The argument
101 .Ar format
102 is a string used by
103 .Xr strftime 3 .
104 Depending on the choice of format string, this may result in a
105 different number of columns in the output.
106 This option overrides the
107 .Fl T
108 option.
109 This option is not defined in
110 .St -p1003.1-2001 .
111 .It Fl F
112 Display a slash
113 .Pq Ql /
114 immediately after each pathname that is a directory,
115 an asterisk
116 .Pq Ql *
117 after each that is executable,
118 an at sign
119 .Pq Ql @
120 after each symbolic link,
121 an equals sign
122 .Pq Ql =
123 after each socket,
124 a percent sign
125 .Pq Ql %
126 after each whiteout,
127 and a vertical bar
128 .Pq Ql \&|
129 after each that is a
130 .Tn FIFO .
131 .It Fl G
132 Enable colorized output.
133 This option is equivalent to defining
134 .Ev CLICOLOR
135 in the environment.
136 (See below.)
137 This functionality can be compiled out by removing the definition of
138 .Ev COLORLS .
139 This option is not defined in
140 .St -p1003.1-2001 .
141 .It Fl H
142 Symbolic links on the command line are followed.
143 This option is assumed if
144 none of the
145 .Fl F , d ,
146 or
147 .Fl l
148 options are specified.
149 .It Fl I
150 Prevent
151 .Fl A
152 from being automatically set for the super-user.
153 This option is not defined in
154 .St -p1003.1-2001 .
155 .It Fl L
156 If argument is a symbolic link, list the file or directory the link references
157 rather than the link itself.
158 This option cancels the
159 .Fl P
160 option.
161 .It Fl P
162 If argument is a symbolic link, list the link itself rather than the
163 object the link references.
164 This option cancels the
165 .Fl H
166 and
167 .Fl L
168 options.
169 .It Fl R
170 Recursively list subdirectories encountered.
171 .It Fl S
172 Sort by size (largest file first) before sorting the operands in
173 lexicographical order.
174 .It Fl T
175 When printing in the long
176 .Pq Fl l
177 format, display complete time information for the file, including
178 month, day, hour, minute, second, and year.
179 The
180 .Fl D
181 option gives even more control over the output format.
182 This option is not defined in
183 .St -p1003.1-2001 .
184 .It Fl U
185 Use time when file was created for sorting or printing.
186 This option is not defined in
187 .St -p1003.1-2001 .
188 .It Fl W
189 Display whiteouts when scanning directories.
190 This option is not defined in
191 .St -p1003.1-2001 .
192 .It Fl Z
193 Display each file's MAC label; see
194 .Xr maclabel 7 .
195 This option is not defined in
196 .St -p1003.1-2001 .
197 .It Fl a
198 Include directory entries whose names begin with a
199 dot
200 .Pq Sq Pa \&. .
201 .It Fl b
202 As
203 .Fl B ,
204 but use
205 .Tn C
206 escape codes whenever possible.
207 This option is not defined in
208 .St -p1003.1-2001 .
209 .It Fl c
210 Use time when file status was last changed for sorting or printing.
211 .It Fl d
212 Directories are listed as plain files (not searched recursively).
213 .It Fl f
214 Output is not sorted.
215 This option turns on
216 .Fl a .
217 It also negates the effect of the
218 .Fl r ,
219 .Fl S
220 and
221 .Fl t
222 options.
223 As allowed by
224 .St -p1003.1-2001 ,
225 this option has no effect on the
226 .Fl d ,
227 .Fl l ,
228 .Fl R
229 and
230 .Fl s
231 options.
232 .It Fl g
233 This option has no effect.
234 It is only available for compatibility with
235 .Bx 4.3 ,
236 where it was used to display the group name in the long
237 .Pq Fl l
238 format output.
239 This option is incompatible with
240 .St -p1003.1-2001 .
241 .It Fl h
242 When used with the
243 .Fl l
244 option, use unit suffixes: Byte, Kilobyte, Megabyte, Gigabyte, Terabyte
245 and Petabyte in order to reduce the number of digits to four or fewer
246 using base 2 for sizes.
247 This option is not defined in
248 .St -p1003.1-2001 .
249 .It Fl i
250 For each file, print the file's file serial number (inode number).
251 .It Fl k
252 This has the same effect as setting environment variable
253 .Ev BLOCKSIZE
254 to 1024, except that it also nullifies any
255 .Fl h
256 options to its left.
257 .It Fl l
258 (The lowercase letter
259 .Dq ell . )
260 List files in the long format, as described in the
261 .Sx The Long Format
262 subsection below.
263 .It Fl m
264 Stream output format; list files across the page, separated by commas.
265 .It Fl n
266 Display user and group IDs numerically rather than converting to a user
267 or group name in a long
268 .Pq Fl l
269 output.
270 .It Fl o
271 Include the file flags in a long
272 .Pq Fl l
273 output.
274 This option is incompatible with
275 .St -p1003.1-2001 .
276 See
277 .Xr chflags 1
278 for a list of file flags and their meanings.
279 .It Fl p
280 Write a slash
281 .Pq Ql /
282 after each filename if that file is a directory.
283 .It Fl q
284 Force printing of non-graphic characters in file names as
285 the character
286 .Ql \&? ;
287 this is the default when output is to a terminal.
288 .It Fl r
289 Reverse the order of the sort.
290 .It Fl s
291 Display the number of blocks used in the file system by each file.
292 Block sizes and directory totals are handled as described in
293 .Sx The Long Format
294 subsection below, except (if the long format is not also requested)
295 the directory totals are not output when the output is in a
296 single column, even if multi-column output is requested.
297 .It Fl t
298 Sort by descending time modified (most recently modified first).
299 If two files have the same modification timestamp, sort their names
300 in ascending lexicographical order.
301 The
302 .Fl r
303 option reverses both of these sort orders.
304 .Pp
305 Note that these sort orders are contradictory: the time sequence is in
306 descending order, the lexicographical sort is in ascending order.
307 This behavior is mandated by
308 .St -p1003.2 .
309 This feature can cause problems listing files stored with sequential names on
310 FAT file systems, such as from digital cameras, where it is possible to have
311 more than one image with the same timestamp.
312 In such a case, the photos cannot be listed in the sequence in which
313 they were taken.
314 To ensure the same sort order for time and for lexicographical sorting, set the
315 environment variable
316 .Ev LS_SAMESORT
317 or use the
318 .Fl y
319 option.
320 This causes
321 .Nm
322 to reverse the lexicographical sort order when sorting files with the
323 same modification timestamp.
324 .It Fl u
325 Use time of last access,
326 instead of time of last modification
327 of the file for sorting
328 .Pq Fl t
329 or printing
330 .Pq Fl l .
331 .It Fl w
332 Force raw printing of non-printable characters.
333 This is the default
334 when output is not to a terminal.
335 This option is not defined in
336 .St -p1003.1-2001 .
337 .It Fl x
338 The same as
339 .Fl C ,
340 except that the multi-column output is produced with entries sorted
341 across, rather than down, the columns.
342 .It Fl y
343 When the
344 .Fl t
345 option is set, sort the alphabetical output in the same order as the time output.
346 This has the same effect as setting
347 .Ev LS_SAMESORT .
348 See the description of the
349 .Fl t
350 option for more details.
351 This option is not defined in
352 .St -p1003.1-2001 .
353 .It Fl 1
354 (The numeric digit
355 .Dq one . )
356 Force output to be
357 one entry per line.
358 This is the default when
359 output is not to a terminal.
360 .It Fl ,
361 (Comma) When the
362 .Fl l
363 option is set, print file sizes grouped and separated by thousands using the
364 non-monetary separator returned by
365 .Xr localeconv 3 ,
366 typically a comma or period.
367 If no locale is set, or the locale does not have a non-monetary separator, this
368 option has no effect.
369 This option is not defined in
370 .St -p1003.1-2001 .
371 .El
372 .Pp
373 The
374 .Fl 1 , C , x ,
375 and
376 .Fl l
377 options all override each other; the last one specified determines
378 the format used.
379 .Pp
380 The
381 .Fl c , u ,
382 and
383 .Fl U
384 options all override each other; the last one specified determines
385 the file time used.
386 .Pp
387 The
388 .Fl S
389 and
390 .Fl t
391 options override each other; the last one specified determines
392 the sort order used.
393 .Pp
394 The
395 .Fl B , b , w ,
396 and
397 .Fl q
398 options all override each other; the last one specified determines
399 the format used for non-printable characters.
400 .Pp
401 The
402 .Fl H , L
403 and
404 .Fl P
405 options all override each other (either partially or fully); they
406 are applied in the order specified.
407 .Pp
408 By default,
409 .Nm
410 lists one entry per line to standard
411 output; the exceptions are to terminals or when the
412 .Fl C
413 or
414 .Fl x
415 options are specified.
416 .Pp
417 File information is displayed with one or more
418 .Ao blank Ac Ns s
419 separating the information associated with the
420 .Fl i , s ,
421 and
422 .Fl l
423 options.
424 .Ss The Long Format
425 If the
426 .Fl l
427 option is given, the following information
428 is displayed for each file:
429 file mode,
430 number of links, owner name, group name,
431 MAC label,
432 number of bytes in the file, abbreviated
433 month, day-of-month file was last modified,
434 hour file last modified, minute file last
435 modified, and the pathname.
436 .Pp
437 If the modification time of the file is more than 6 months
438 in the past or future, and the
439 .Fl D
440 or
441 .Fl T
442 are not specified,
443 then the year of the last modification
444 is displayed in place of the hour and minute fields.
445 .Pp
446 If the owner or group names are not a known user or group name,
447 or the
448 .Fl n
449 option is given,
450 the numeric ID's are displayed.
451 .Pp
452 If the file is a character special or block special file,
453 the device number for the file is displayed in the size field.
454 If the file is a symbolic link the pathname of the
455 linked-to file is preceded by
456 .Dq Li -> .
457 .Pp
458 The listing of a directory's contents is preceded
459 by a labeled total number of blocks used in the file system by the files
460 which are listed as the directory's contents
461 (which may or may not include
462 .Pa \&.
463 and
464 .Pa ..
465 and other files which start with a dot, depending on other options).
466 .Pp
467 The default block size is 512 bytes.
468 The block size may be set with option
469 .Fl k
470 or environment variable
471 .Ev BLOCKSIZE .
472 Numbers of blocks in the output will have been rounded up so the
473 numbers of bytes is at least as many as used by the corresponding
474 file system blocks (which might have a different size).
475 .Pp
476 The file mode printed under the
477 .Fl l
478 option consists of the
479 entry type and the permissions.
480 The entry type character describes the type of file, as
481 follows:
482 .Pp
483 .Bl -tag -width 4n -offset indent -compact
484 .It Sy \-
485 Regular file.
486 .It Sy b
487 Block special file.
488 .It Sy c
489 Character special file.
490 .It Sy d
491 Directory.
492 .It Sy l
493 Symbolic link.
494 .It Sy p
495 .Tn FIFO .
496 .It Sy s
497 Socket.
498 .It Sy w
499 Whiteout.
500 .El
501 .Pp
502 The next three fields
503 are three characters each:
504 owner permissions,
505 group permissions, and
506 other permissions.
507 Each field has three character positions:
508 .Bl -enum -offset indent
509 .It
510 If
511 .Sy r ,
512 the file is readable; if
513 .Sy \- ,
514 it is not readable.
515 .It
516 If
517 .Sy w ,
518 the file is writable; if
519 .Sy \- ,
520 it is not writable.
521 .It
522 The first of the following that applies:
523 .Bl -tag -width 4n -offset indent
524 .It Sy S
525 If in the owner permissions, the file is not executable and
526 set-user-ID mode is set.
527 If in the group permissions, the file is not executable
528 and set-group-ID mode is set.
529 .It Sy s
530 If in the owner permissions, the file is executable
531 and set-user-ID mode is set.
532 If in the group permissions, the file is executable
533 and setgroup-ID mode is set.
534 .It Sy x
535 The file is executable or the directory is
536 searchable.
537 .It Sy \-
538 The file is neither readable, writable, executable,
539 nor set-user-ID nor set-group-ID mode, nor sticky.
540 (See below.)
541 .El
542 .Pp
543 These next two apply only to the third character in the last group
544 (other permissions).
545 .Bl -tag -width 4n -offset indent
546 .It Sy T
547 The sticky bit is set
548 (mode
549 .Li 1000 ) ,
550 but not execute or search permission.
551 (See
552 .Xr chmod 1
553 or
554 .Xr sticky 7 . )
555 .It Sy t
556 The sticky bit is set (mode
557 .Li 1000 ) ,
558 and is searchable or executable.
559 (See
560 .Xr chmod 1
561 or
562 .Xr sticky 7 . )
563 .El
564 .El
565 .Pp
566 The next field contains a
567 plus
568 .Pq Ql +
569 character if the file has an ACL, or a
570 space
571 .Pq Ql " "
572 if it does not.
573 The
574 .Nm
575 utility does not show the actual ACL;
576 use
577 .Xr getfacl 1
578 to do this.
579 .Sh ENVIRONMENT
580 The following environment variables affect the execution of
581 .Nm :
582 .Bl -tag -width ".Ev CLICOLOR_FORCE"
583 .It Ev BLOCKSIZE
584 If this is set, its value, rounded up to 512 or down to a
585 multiple of 512, will be used as the block size in bytes by the
586 .Fl l
587 and
588 .Fl s
589 options.
590 See
591 .Sx The Long Format
592 subsection for more information.
593 .It Ev CLICOLOR
594 Use
595 .Tn ANSI
596 color sequences to distinguish file types.
597 See
598 .Ev LSCOLORS
599 below.
600 In addition to the file types mentioned in the
601 .Fl F
602 option some extra attributes (setuid bit set, etc.) are also displayed.
603 The colorization is dependent on a terminal type with the proper
604 .Xr termcap 5
605 capabilities.
606 The default
607 .Dq Li cons25
608 console has the proper capabilities,
609 but to display the colors in an
610 .Xr xterm 1 ,
611 for example,
612 the
613 .Ev TERM
614 variable must be set to
615 .Dq Li xterm-color .
616 Other terminal types may require similar adjustments.
617 Colorization
618 is silently disabled if the output is not directed to a terminal
619 unless the
620 .Ev CLICOLOR_FORCE
621 variable is defined.
622 .It Ev CLICOLOR_FORCE
623 Color sequences are normally disabled if the output is not directed to
624 a terminal.
625 This can be overridden by setting this variable.
626 The
627 .Ev TERM
628 variable still needs to reference a color capable terminal however
629 otherwise it is not possible to determine which color sequences to
630 use.
631 .It Ev COLUMNS
632 If this variable contains a string representing a
633 decimal integer, it is used as the
634 column position width for displaying
635 multiple-text-column output.
636 The
637 .Nm
638 utility calculates how
639 many pathname text columns to display
640 based on the width provided.
641 (See
642 .Fl C
643 and
644 .Fl x . )
645 .It Ev LANG
646 The locale to use when determining the order of day and month in the long
647 .Fl l
648 format output.
649 See
650 .Xr environ 7
651 for more information.
652 .It Ev LSCOLORS
653 The value of this variable describes what color to use for which
654 attribute when colors are enabled with
655 .Ev CLICOLOR .
656 This string is a concatenation of pairs of the format
657 .Ar f Ns Ar b ,
658 where
659 .Ar f
660 is the foreground color and
661 .Ar b
662 is the background color.
663 .Pp
664 The color designators are as follows:
665 .Pp
666 .Bl -tag -width 4n -offset indent -compact
667 .It Sy a
668 black
669 .It Sy b
670 red
671 .It Sy c
672 green
673 .It Sy d
674 brown
675 .It Sy e
676 blue
677 .It Sy f
678 magenta
679 .It Sy g
680 cyan
681 .It Sy h
682 light grey
683 .It Sy A
684 bold black, usually shows up as dark grey
685 .It Sy B
686 bold red
687 .It Sy C
688 bold green
689 .It Sy D
690 bold brown, usually shows up as yellow
691 .It Sy E
692 bold blue
693 .It Sy F
694 bold magenta
695 .It Sy G
696 bold cyan
697 .It Sy H
698 bold light grey; looks like bright white
699 .It Sy x
700 default foreground or background
701 .El
702 .Pp
703 Note that the above are standard
704 .Tn ANSI
705 colors.
706 The actual display may differ
707 depending on the color capabilities of the terminal in use.
708 .Pp
709 The order of the attributes are as follows:
710 .Pp
711 .Bl -enum -offset indent -compact
712 .It
713 directory
714 .It
715 symbolic link
716 .It
717 socket
718 .It
719 pipe
720 .It
721 executable
722 .It
723 block special
724 .It
725 character special
726 .It
727 executable with setuid bit set
728 .It
729 executable with setgid bit set
730 .It
731 directory writable to others, with sticky bit
732 .It
733 directory writable to others, without sticky bit
734 .El
735 .Pp
736 The default is
737 .Qq "exfxcxdxbxegedabagacad" ,
738 i.e., blue foreground and
739 default background for regular directories, black foreground and red
740 background for setuid executables, etc.
741 .It Ev LS_COLWIDTHS
742 If this variable is set, it is considered to be a
743 colon-delimited list of minimum column widths.
744 Unreasonable
745 and insufficient widths are ignored (thus zero signifies
746 a dynamically sized column).
747 Not all columns have changeable widths.
748 The fields are,
749 in order: inode, block count, number of links, user name,
750 group name, flags, file size, file name.
751 .It Ev LS_SAMESORT
752 If this variable is set, the
753 .Fl t
754 option sorts the names of files with the same modification timestamp in the same
755 sense as the time sort.
756 See the description of the
757 .Fl t
758 option for more details.
759 .It Ev TERM
760 The
761 .Ev CLICOLOR
762 functionality depends on a terminal type with color capabilities.
763 .It Ev TZ
764 The timezone to use when displaying dates.
765 See
766 .Xr environ 7
767 for more information.
768 .El
769 .Sh EXIT STATUS
770 .Ex -std
771 .Sh EXAMPLES
772 List the contents of the current working directory in long format:
773 .Pp
774 .Dl $ ls -l
775 .Pp
776 In addition to listing the contents of the current working directory in
777 long format, show inode numbers, file flags (see
778 .Xr chflags 1 ) ,
779 and suffix each filename with a symbol representing its file type:
780 .Pp
781 .Dl $ ls -lioF
782 .Pp
783 List the files in
784 .Pa /var/log ,
785 sorting the output such that the mostly recently modified entries are
786 printed first:
787 .Pp
788 .Dl $ ls -lt /var/log
789 .Sh COMPATIBILITY
790 The group field is now automatically included in the long listing for
791 files in order to be compatible with the
792 .St -p1003.2
793 specification.
794 .Sh SEE ALSO
795 .Xr chflags 1 ,
796 .Xr chmod 1 ,
797 .Xr getfacl 1 ,
798 .Xr sort 1 ,
799 .Xr xterm 1 ,
800 .Xr localeconv 3 ,
801 .Xr strftime 3 ,
802 .Xr strmode 3 ,
803 .Xr termcap 5 ,
804 .Xr maclabel 7 ,
805 .Xr sticky 7 ,
806 .Xr symlink 7 ,
807 .Xr getfmac 8
808 .Sh STANDARDS
809 With the exception of options
810 .Fl g , n
811 and
812 .Fl o ,
813 the
814 .Nm
815 utility conforms to
816 .St -p1003.1-2001 .
817 The options
818 .Fl B , D , G , I , T , U , W , Z , b , h , w , y
819 and
820 .Fl ,
821 are compatible extensions not defined in
822 .St -p1003.1-2001 .
823 .Pp
824 The ACL support is compatible with
825 .Tn IEEE
826 Std\~1003.2c
827 .Pq Dq Tn POSIX Ns .2c
828 Draft\~17
829 (withdrawn).
830 .Sh HISTORY
831 An
832 .Nm
833 command appeared in
834 .At v1 .
835 .Sh BUGS
836 To maintain backward compatibility, the relationships between the many
837 options are quite complex.
838 .Pp
839 The exception mentioned in the
840 .Fl s
841 option description might be a feature that was
842 based on the fact that single-column output
843 usually goes to something other than a terminal.
844 It is debatable whether this is a design bug.
845 .Pp
846 .St -p1003.2
847 mandates opposite sort orders for files with the same timestamp when
848 sorting with the
849 .Fl t
850 option.