| ls |
|
|
|
| Monday, 08 February 2010 08:34 |
Command lsPrints the contents of the directory. Syntaxls [options] [directory-names]
Options-a displays all files, including those with names starting with a dot (.). The ls command displays the contents of the specified directory. If the directory name is omitted, ls displays contents of current directory. By default, ls does not display files with names which begin with a dot (.) to see all the files, type ls -a. Detailed information about the files (including size, ownership and group ownership and right to read - Recording - performance) can be obtained using the command ls -l. |
| Home |
| Information |
| Manual |
| How To |
| Commands |