Ubuntu disk space: Difference between revisions
		
		
		
		Jump to navigation
		Jump to search
		
|  (Created page with " du -cha --max-depth=1 / | grep -E "M|G"  du -cha --max-depth=1 /var | grep -E "M|G"") | No edit summary | ||
| Line 3: | Line 3: | ||
| du -cha --max-depth=1 /var | 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 | |||
Revision as of 06:45, 7 May 2024
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