1 Answer
you use du in a specific directory exp: /root/etc/ du -h
temp 4kb
work 300G
so start with df -h to figure out where you issue is.
then du - sh to figure out which specific file is causing your system to crash or etc.
Your Answer
x