I am using
I have this folder named
I have done research but nothing useful has come up. How do I do this?
du -s
to get the total amount of disk space that a folder occupies, all files and sub-folders included.I have this folder named
aa
(for the sake of brevity) with a filed named bb.mkv
in it, which is a bit larger than 11GBs. However, when I run the command du -s /tank/somevolume/aa
, I get this:
Code:
11927273 /tank/somevolume/aa
I have done research but nothing useful has come up. How do I do this?