Using a long listing

To get more information about each file and directory, use the command:

   ls -l

This gives you a long listing about each file and directory, giving information about its:

   - access permissions
   - number of links
   - owner
   - size
   - owner
   - date and time last modified

Top document