Switch to logrotate later for better managability. Find big ass files $ cd / # This command will find top 10 files based on disk usage $ du -hsx * | sort -rh | head -10 Truncate big ass files to Zero $ truncate -s 0 <path/to/file>