Right now, there is a mounted NFS storage on RHEL server at the following location:
mnt/NFS/Data
So I had to request read, write, delete permissions inside Data directory from the server admin.
After getting the permissions, I created three folders viz dev, prod and
test inside the Data folder.
So I am the owner of dev, prod and test folders. The way I would like to modify the permissions is as follows:
Scenario 1) No one inside prod and test folders should be able to delete a file and folder including me.
Scenario 2) We should be able to delete files and folders inside the dev directory.
Questions:
1) For scenario 1, I think I should be able to change the permission for others to read and write inside the prod and test folder since I'm the owner. But what about me? Do I need to ask the server admin to take control of permission so that everyone inside prod and test folders should have same permissions including me?
2) Same I should do for dev folder as well?