[ilugc] ACLs and Sticky Bit

  • From: yogeshg1987@xxxxxxxxx (Yogesh)
  • Date: Wed Feb 24 09:26:02 2010

Hi,

I need help with ACLs. My Googling didn't help me enough.

Let's say I have a directory A with sticky bit enabled. When i create a
subdirectory - B inside A or a file F inside A, I want B and F to have
sticky bits for them too. If this is confusing, I want the sticky bit
inherited *automatically* when a new file or dir is created inside an
existing dir with sticky bit. That's all.

I can do chmod -R +t dirname .  But this does not give sticky bits to any
file created after executing the command.

So I found out that permissions are inherited when default ACLs are used.
But I don't  know how to set the sticky bit using ACL. Can this be done?

Please Help ! Thanks in advance.

Yogesh.

Other related posts:

  • » [ilugc] ACLs and Sticky Bit - Yogesh