Ubuntu disk space: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
df -i | |||
du -cha --max-depth=1 / | grep -E "M|G" | du -cha --max-depth=1 / | grep -E "M|G" |
Revision as of 06:28, 7 July 2024
df -i
du -cha --max-depth=1 / | grep -E "M|G"
du -cha --max-depth=1 /var | grep -E "M|G"
sudo rm -r /tmp/*
- check this folder
/var/lib/psa/dumps
- install this
apt-get install ncdu
- run
ncdu