Tag Archives: disk space

Tracking down used disk space: Follow largest directories

When a server is getting low on disk space, you need to find out what is taking up that space, and fast. I previously would run this command in /: 1sudo du -ch –max-depth=1 . This would show all the … Continue reading

Posted in CLI, Programming | Tagged , , , , , | 6 Comments