Answers for "view disk space in linux folders"

16

linux check used space in folder

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

how to check disk space in linux

df -kh
[OR]
df -H
Posted by: Guest on January-04-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language