Published
- 1 min read
how to check folder size in linux
The solution for this is noted below
how to check folder size in linux
Solution
# show all folder size in the current directory
du -h --max-depth=1
Try other methods by searching on the site. That is if this doesn’t work