Thread
:
Making files unremovable by root
View Single Post
#
5
(
permalink
)
02-21-2008, 04:38 AM
Dave Uhring
Posts: n/a
Re: Making files unremovable by root
On Thu, 11 Oct 2007 23:36:30 +0000, Fred FLintstone wrote:
> Is there a way to make a file unremovable by root? I have read the chmod
> man page but don't find anything there.
# chattr +i filename
Dave Uhring