Ever wanted to find the size of a folder under Linux (console)?
du -hs /path/to/folder
No related posts.
I find this one even more handy:
du -h –max-depth=1 /path/to/folder
It shows you the sizes off all folders in a directory. Very handy to find out what’s using all the space on your hard disks…
Name (required)
Mail (will not be published) (required)
Website
I find this one even more handy:
It shows you the sizes off all folders in a directory.
Very handy to find out what’s using all the space on your hard disks…