Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 Jan 2015 21:57:17 +0100
From:      "Herbert J. Skuhra" <herbert@oslo.ath.cx>
To:        Bob Willcox <bob@immure.com>
Cc:        stable list <freebsd-stable@freebsd.org>
Subject:   Re: How can I remove an unnecessary .sujournal file?
Message-ID:  <20150101205717.GB53244@oslo.ath.cx>
In-Reply-To: <20150101205203.GA867@rancor.immure.com>
References:  <20150101205203.GA867@rancor.immure.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Jan 01, 2015 at 02:52:04PM -0600, Bob Willcox wrote:
> I copied all of the files from a ufs /usr/src filesystem to a zfs filesystem
> and don't need/use the .sujournal file that got copied over as well.
> 
> So, my quesiton is, how can I remove this unnecessary .sujournal file? When I
> attempt a simple rm here's what I get:
> 
> root@vader:2 /usr/src> rm .sujournal 
> override r--------  root/wheel schg,sunlnk,nodump for .sujournal? y
> rm: .sujournal: Operation not permitted

# chflags noschg,nosunlink .sujournal
# rm .sujournal

man chflags

-- 
Herbert



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20150101205717.GB53244>