Answers for "linux du list all folders and subfolder space"

11

linux check used space in folder

du -h --max-depth=1
Posted by: Guest on April-14-2020
4

shell get size of directory

du -h your_directory
# gives you the size of your target directory.
du -hcs your_directory
# If you want a brief output.
Posted by: Guest on March-26-2020

Code answers related to "linux du list all folders and subfolder space"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language