A place to breathe

Saturday, August 23, 2014

Helpful Unix command to check the biggest files in the server

Often, we suddenly realize that we are running out of space in the server. Here's a command that you can use to check the top files that is consuming your disk space:

du . | sort -nr | head -n10

No comments:

About Me

I'm currently a software engineer. My specific interest is games and networking. I'm running software company called Nusantara Software.