If you want to protect a single file
in a directory (without moving it or changing the permissions of the containing directory), to the point that root access is obligatory for change or deletion, what are your options?
Aside from the Linux-specific “immutable” or chown root file; chmod 644 file
and hardlinking file
to a directory owned by root with write permissions only for root, is there another, simpler general Unix way to do it?