On Wed, Feb 09, 2005 at 06:42:02AM -0800, Matt wrote:
> I'm trying to remove an old jail I don't use any more.  From single user 
> mode, I mount the relevant partition and try:
> 
> prompt# rm - rf  old_jail

You need:
        rm -fr old_jail
        chflags -R noschg old_jail
        rm -fr old_jail

Since some files are marked "schg".

> I saw a jail_delete utility in an older version of jailutils, but the 
> newer version I built from ports doesn't have it.  Thanks for any help.

Cheers,
-- 
Xin LI <delphij frontfree net>  http://www.delphij.net/
See complete headers for GPG key and other information.

Attachment: pgp4tFA2a0A0R.pgp
Description: PGP signature

Reply via email to