Jul 16, 2007 #1 dandan123 Technical User Joined Sep 9, 2005 Messages 505 Location US When you do a ls -l , the first line of output has a total xxxxx What is this total referring to ?
Jul 16, 2007 #2 SamBones Programmer Joined Aug 8, 2002 Messages 3,186 Location US I believe that's the total number of disk blocks used by the files listed. Upvote 0 Downvote
Jul 17, 2007 Thread starter #3 dandan123 Technical User Joined Sep 9, 2005 Messages 505 Location US I believe you are correct I did a du -o on a directory and a ls -l on the same directory and they results were pretty close, off by a count of 2. Upvote 0 Downvote
I believe you are correct I did a du -o on a directory and a ls -l on the same directory and they results were pretty close, off by a count of 2.