Posted on 04-07-2022 01:25 PM
I know there have been many questions about permissions, but I promise this one is different. I have a media teacher who saves video to a file share and has her students access them from there. She is requesting a much more detailed permissions setting than just R+W, read, none. Here's an excerpt from her request:
I need EVERYONE who has access to the (secret name) drive to be able to see & download & ADD TO ALL THE SUBFOLDERS within. They should be able to edit and delete (secret folder name). They should not be able to delete (different secret folder name), but should be able to see and download from it.
Here's the issue. If I understand correctly, R+W will also give delete permissions. Read only won't allow copying or editing. How do I handle this?
Solved! Go to Solution.
Posted on 05-11-2022 11:40 AM
Just for anyone else who may see this post, I found what I was looking for. It turns out it's called "ACL Manipulation Options". You can read about them by going to the chmod man page.
Posted on 04-08-2022 06:25 AM
According to some posts I've read about UNIX permissions, the user would need W+X permissions on the directory to delete the file.
Posted on 05-09-2022 06:16 AM
I once saw a way of using the CLI to set each individual permission in great detail, but I can't remember it and can't seem to find it again. This is WELL past RWX.
Posted on 05-11-2022 11:40 AM
Just for anyone else who may see this post, I found what I was looking for. It turns out it's called "ACL Manipulation Options". You can read about them by going to the chmod man page.