jeremy ardley wrote: > I have vague memories there are more file flags in newer Linux file systems?
There are extended attributes, of which the only one you are likely to encounter is i, immutable. It is occasionally useful to nail down the state of a file even when something properly has write permissions for it. lsattr and chattr are the relevant commands. -dsr-