[CentOS] sticky bit inside user's dir

Sun Jun 1 22:44:24 UTC 2008
lucian at lastdot.org <lucian at lastdot.org>

On Sun, 01 Jun 2008 15:45:21 -0600
Frank Cox <theatre at sasktel.net> wrote:

> On Mon, 02 Jun 2008 00:37:43 +0300
> "lucian at lastdot.org" <lucian at lastdot.org> wrote:
> 
> >  Is there any workaround against that?
> 
> Use chattr to set it as an immutable file.
> 

Ah.. yes, I forgot about that. Chattr is not an option (I need to
automate some dir deletions and i cant do that, not even as root if I
use chattr). All I need is to get acls working the way they should (and
prevent rm -rf).
Thanks for your reply.