How to clear userland?

Erik Norgaard norgaard at locolomo.org
Wed Mar 29 08:25:24 UTC 2006


Graham North wrote:

> mtree eh?   I had to man that one... and I will obviously have to read 
> it again - properly.   Any chance of asking for a bit of perspective on 
> the command from you?   If not, no big deal I will do a bit some 
> background reading.

you do something like this to rebuild the directory structure of  /usr/local:

   mtree -U -f /etc/mtree/bsd.local.dist -p /usr

Two things to note: I'm on 6.0, you may have a different -f argument. I 
don't if the -p argument should be /usr/local, I don't think so. Anyway, 
you can test and see what happens using -p /tmp that should create 
something in /tmp that you can then just delete.

I know on 6.x that mtree is run on 'make installworld' to update the 
directory base tree, but I'm not sure if it is run for /usr/local and 
/usr/X11R6 since these are not part of base. For 4.x I don't remember.

Cheers, Erik
-- 
Ph: +34.666334818                                  web: www.locolomo.org
S/MIME Certificate: www.daemonsecurity.com/ca/8D03551FFCE04F06.crt
Subject ID:  9E:AA:18:E6:94:7A:91:44:0A:E4:DD:87:73:7F:4E:82:E7:08:9C:72
Fingerprint: 5B:D5:1E:3E:47:E7:EC:1C:4C:C8:3A:19:CC:AE:14:F5:DF:18:0F:B9


More information about the freebsd-questions mailing list