Answers for "check disk space of a folder linux"

16

linux check used space in folder

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

check disk space linux

lsblk -f
fdisk -l
parted -l
Posted by: Guest on February-21-2022
0

check disk space folders linux

sudo du -sh /var
Copy
Posted by: Guest on October-20-2021

Code answers related to "check disk space of a folder linux"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language