Nothinman
Elite Member
- Sep 14, 2001
- 30,672
- 0
- 0
That's the whole point of FreeBSD's hierarchy. Nothing that needs frequently written to is contained in /etc. Have /etc read-only is a great way to make a
box a bit more secure. That way someone can't use some sort of root exploit to put a command in the crontab, or rc.conf for example.
FreeBSD can't dynamically remount partitions? In Linux I can just type 'mount -o remount,rw /' and it'll remount / read-write without a need for reboot. If I have root, I can do that and put whatever I want in your rc.conf.
/usr/home always seemed dumb to me, if you have users using the machine regularly /home should be a sperate partition anyway, putting it on /usr or / is a bad idea.