begin quoting John Oliver as of Wed, Oct 26, 2005 at 09:58:19AM -0700: > Is it possible to have a file owned by a user that they can read and > write to, but not delete or overwrite?
You want read and append rights? Deleting a file requires write access to the directory containing the file. I don't think *nix offers a way to offer append-only rights to a file. -Stewart "Maybe SELinux added this?" Stremler -- [email protected] http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-list
