cleaning out log files? [top-posting corrected]

Robert Huff roberthuff at rcn.com
Sun Nov 26 21:18:58 PST 2006


Oliver Iberien writes:

>  It turns out there was a core dump I had not noticed. I had the
>  idea of running ls -SlhR /var/ > /.../var_contents.txt and
>  looking for anything huge.

	Try this instead:

	du /var | sort -nr | head -n 25 | sendmail <you>

	

					Robert Huff


More information about the freebsd-questions mailing list