Tyler Kellen wrote:
> The information I'm looking to aquire is the absolute minimum files
> required to boot FreeBSD 4.8 into multi-user mode. If this involves
> deleting a massive amount of directories and files, or setting up a
> new drive and copying only the needed files, I think I can make it work.

You can use the system the way you intent to for two weeks, and then run

find / -atime +2w -print0 | xargs -0 rm -f

This command will delete all files that have not been accessed within
the last two weeks.  

Diomidis - http://www.spinellis.gr


_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to