"ls -al" question

Discussion in 'Technical' started by Tipem, Aug 29, 2009.

  1. Tipem

    Tipem New Member

    Hi,

    When I run an ls -al command on a directory, obviously, it lists the file. However, preceding the list is a line that says "total 29384734" with some random number. What statistic does this number represent? Total directory file size? Number of files in the directory?

    Thanks in advanced.

    Ian
     
  2. matey

    matey New Member

    I think so, this includes the hidden/system files and the files inside the directories/sub-directories as well.

    (because it does not add up to the size of the files).
    you can get an idea by doing ls -alR
    or use find command like find /root/
    or find /home/$USER/
     
    Last edited: Sep 1, 2009

Share This Page