create only file permission on linux
I would like to create a directory under linux (or mount one e.g.: nfs),
where:
every user can create files
but only the root user can modify the created files (overwrite, delete, or
move them)
How can this be done, and how secure are these solutions? (for example:
sentinel script, umask, etc.?)
Thanks, krisy
No comments:
Post a Comment