root-filesystem is full

I woke up this morning to find out my root filesystem full and wondered 'what the heck' happened overnite.

Googling up and down, I finally used this command to find large files in my box:

command: # find // -xdev -type f -size +10000000c -exec ls -lad {} \;

I located the culprit files / DIR and hit delete.

Enjoy!!

You have no rights to post comments