On Tue, 03 May 2005 16:58:13 EDT, Xin Zhao said: > I read some specification says that if append-only is set to a > directory, you can only create or modify files in that directory, but > no delete. Could you be more specific on "some specification", and convince us that what you read wasn't in fact wrong about things? > But when I tried this attribute on a directory, I was not able to > create new files in that directory. let's say the derectory is /dev, > I set it to be append-only with: Well, creating a new file implies creating a new entry in the directory pointing at the inode, which is "appending" to the directory. So this isn't at all surprising, and I'd consider the spec that says "create or modify" to be broken. Were you possibly thinking of the +t (sticky) bit on a directory, which when set restricts who can unlink the file?
Attachment:
pgpMp5y5BRlpR.pgp
Description: PGP signature
- References:
- question about Ext2/3 append-only attributes
- From: Xin Zhao <[email protected]>
- question about Ext2/3 append-only attributes
- Prev by Date: Re: Linux-tracecalls, a clarification
- Next by Date: Re: ext3 issue..
- Previous by thread: question about Ext2/3 append-only attributes
- Next by thread: Re: question about Ext2/3 append-only attributes
- Index(es):