ls -l
total 36
-rwxrwxr-x 1 vips vips 8776 Jan 11 20:56 a.out
-rw-rw-r-- 1 vips vips 52 Jan 11 21:44 filemk.sh
drwxrwxr-x 2 vips vips 4096 Jan 11 22:14 hello
-rw-rw-r-- 1 vips vips 7174 Jan 11 09:23 installation.txt
-rw-rw-r-- 1 vips vips 928 Jan 11 22:26 linux_Commands
-rw-rw-r-- 1 vips vips 142 Jan 11 20:56 prog1.c
What does total
indicate?
Somewhere I read that it shows the number of blocks, but the number of blocks in my case is
1+1+2+1+1+1 = 7 .
Then what is it?
info ls
underWhat information is listed
, and it says number of hard links. I'm actually wondering myself why some of the directories in my home folder have so many hard links. – Stefan Hamcke Jan 11 '18 at 17:33