Prev Up Next
Go backward to 5.3 Password File Entry
Go up to 5 Class notes
Go forward to 5.5 ed and ex text editors

5.4 ls -l output - format and content

The ls -l command is very common. Understanding the output give some insight into the UNIX system. ls is the UNIX version of the directory command. The -l option is for the long form of the output. An example of this command follows:
[44] red:/home/ltaber > ls -l tmp
-rw-r-----   1 ltaber   wheel        1876 Jan 17  1996 tmp
Each field will be looked at in turn.
Instructor: ltaber@pima.edu** Red's Home page** The Pima College Site

Prev Up Next