How do you set the default user in Linux for file creation?
Posted
by
Not a Name
on Super User
See other posts from Super User
or by Not a Name
Published on 2011-11-26T00:23:55Z
Indexed on
2011/11/26
1:55 UTC
Read the original article
Hit count: 150
I want to create a directory, for example:
/public/all
But I want it so that if you create a file in all, the owner is root, but anyone with access to the /public/all folder can delete/edit/etc the file, just not change the permissions. (I will use a self-created "setx" application to change the execute value if needed.)
Reason for this, I don't want you to be able to deny other users write/read access to files in /public/all. I heard setuid on directories doesn't work for that.
© Super User or respective owner