4.4BSD/usr/share/man/cat1/ls.0

Compare this file to the similar file:
Show the results in this format:

LS(1)                        BSD Reference Manual                        LS(1)

NNAAMMEE
     llss - list directory contents

SSYYNNOOPPSSIISS
     llss [--CCFFRRaaccddiillqqrrssttuu11] [_f_i_l_e _._._.]

DDEESSCCRRIIPPTTIIOONN
     For each operand that names a _f_i_l_e of a type other than directory, llss
     displays its name as well as any requested, associated information.  For
     each operand that names a _f_i_l_e of type directory, llss displays the names
     of files contained within that directory, as well as any requested, asso-
     ciated information.

     If no operands are given, the contents of the current directory are dis-
     played.  If more than one operand is given, non-directory operands are
     displayed first; directory and non-directory operands are sorted sepa-
     rately and in lexicographical order.

     The following options are available:

     --AA      List all entries except for `.' and `..'. Always set for the su-
             per-user.

     --CC      Force multi-column output; this is the default when output is to
             a terminal.

     --FF      Display a slash (/) immediately after each pathname that is a di-
             rectory, an asterisk (*) after each that is executable, and an at
             sign (@) after each symbolic link.

     --LL      If argument is a symbolic link, list the file or directory the
             link references rather than the link itself.

     --RR      Recursively list subdirectories encountered.

     --TT      Display complete time information for the file, including month,
             day, hour, minute, second, and year.

     --aa      Include directory entries whose names begin with a dot (.).

     --cc      Use time when file status was last changed for sorting or print-
             ing.

     --dd      Directories are listed as plain files (not searched recursively)
             and symbolic links in the argument list are not indirected
             through.

     --ff      Output is not sorted.

     --ii      For each file, print the file's file serial number (inode num-
             ber).

     --ll      (The lowercase letter ``ell.'')  List in long format. (See be-
             low.)  If the output is to a terminal, a total sum for all the
             file sizes is output on a line before the long listing.

     --oo      Include the file flags in a long (--ll) output

     --qq      Force printing of non-graphic characters in file names as the
             character `?'; this is the default when output is to a terminal.

     --rr      Reverse the order of the sort to get reverse lexicographical or-

             der or the oldest entries first.

     --ss      Display the number of file system blocks actually used by each
             file, in units of 512 bytes, where partial units are rounded up
             to the next integer value.  If the output is to a terminal, a to-
             tal sum for all the file sizes is output on a line before the
             listing.

     --tt      Sort by time modified (most recently modified first) before sort-
             ing the operands by lexicographical order.

     --uu      Use time of last access, instead of last modification of the file
             for sorting (--tt) or printing (--ll).

     --11      (The numeric digit ``one.'')  Force output to be one entry per
             line.  This is the default when output is not to a terminal.

     The --11, --CC, and --ll options all override each other; the last one speci-
     fied determines the format used.

     The --cc, and --uu options override each other; the last one specified deter-
     mines the file time used.

     By default, llss lists one entry per line to standard output; the excep-
     tions are to terminals or when the --CC option is specified.

     File information is displayed with one or more <blank>s separating the
     information associated with the --ii, --ss, and --ll options.

   TThhee LLoonngg FFoorrmmaatt
     If the --ll option is given, the following information is displayed for
     each file: file mode, number of links, owner name, group name, number of
     bytes in the file, abbreviated month, day-of-month file was last modi-
     fied, hour file last modified, minute file last modified, and the path-
     name.  In addition, for each directory whose contents are displayed, the
     total number of 512-byte blocks used by the files in the directory is
     displayed on a line by itself immediately before the information for the
     files in the directory.

     If the owner or group names are not a known user or group name the numer-
     ic ID's are displayed.

     If the file is a character special or block special file, the major and
     minor device numbers for the file are displayed in the size field. If the
     file is a symbolic link the pathname of the linked-to file is preceded by
     ``->''.

     The file mode printed under the -l option consists of the the entry type,
     owner permissions, and group permissions.  The entry type character de-
     scribes the type of file, as follows:

           bb     Block special file.
           cc     Character special file.
           dd     Directory.
           ll     Symbolic link.
           ss     Socket link.
           --     Regular file.

     The next three fields are three characters each: owner permissions, group
     permissions, and other permissions.  Each field has three character posi-
     tions:

           1.   If rr, the file is readable; if --, it is not readable.



           2.   If ww, the file is writable; if --, it is not writable.

           3.   The first of the following that applies:

                      SS     If in the owner permissions, the file is not exe-
                            cutable and set-user-ID mode is set.  If in the
                            group permissions, the file is not executable and
                            set-group-ID mode is set.

                      ss     If in the owner permissions, the file is exe-
                            cutable and set-user-ID mode is set.  If in the
                            group permissions, the file is executable and set-
                            group-ID mode is set.

                      xx     The file is executable or the directory is search-
                            able.

                      --     The file is neither readable, writeable, exec-
                            tutable, or set-user-ID or set-group-ID mode nor
                            sticky. (See below.)

                These next two apply only to the third character in the last
                group (other permissions).

                      TT     The sticky bit is set (mode 1000), but not execute
                            or search permission. (See chmod(1) or sticky(8).)


                      tt     The sticky bit is set (mode 1000), and is
                            searcheable or executable.  (See chmod(1) or
                            sticky(8).)

     The llss utility exits 0 on success, and >0 if an error occurs.

EENNVVIIRROONNMMEENNTTAALL VVAARRIIAABBLLEESS
     The following environment variables affect the execution of llss:

     BLOCKSIZE  If the environmental variable BLOCKSIZE is set, the block
                counts (see --ss) will be displayed in units of that size block.

     COLUMNS    If this variable contains a string representing a decimal in-
                teger, it is used as the column position width for displaying
                multiple-text-column output.  The llss utility calculates how
                many pathname text columns to display based on the width pro-
                vided.  (See --CC.)

CCOOMMPPAATTIIBBIILLIITTYY
     The group field is now automatically included in the long listing for
     files in order to be compatible with the IEEE Std1003.2 (``POSIX'') spec-
     ification.

SSEEEE AALLSSOO
     chmod(1),  symlink(7),  sticky(8)

HHIISSTTOORRYY
     A llss command appeared in Version 6 AT&T UNIX.

SSTTAANNDDAARRDDSS
     The llss function is expected to be a superset of the IEEE Std1003.2
     (``POSIX'') specification.

4.4BSD                           May 31, 1993                                3