How to check folder size on Ubuntu?
To check folder size on Ubuntu you have to call the command below:
du -hs /path/to/directory
where -h
means that numbers will be in ther form which is easy to read by human and -s
means that you will get summary size - not the list of files which the folder contains.
Useful resource: How do I determine the total size of a directory (folder) from the command line?
Newsletter
Thank you for visiting my website. I hope you enjoyed content which I prepared and learned something valuable from it. If you want to be informed about my next entries or occasionally get a message with a collection of some interesting links, please subscribe to my newsletter. I will be extremely pleased if you do this and join my community!