Directory Navigation
ls [-altr] [<file>]
- Lists all the files in a current directory
- Options:
- [-a] View hidden files
- [-l] Long format listing which includes owner, permissions, time last modified, type of listing (file/link/directory)
- [-t] lists files according to modification time (newest first)
- [-r] lists files in reverse order (by name or by time)