I want to allocate read only permission to "Everyone" on an empty folder so that the users are not allowed to change the folder name. However I want "Everyone" to be able to create/modify/delete files in the folder.
say the folder is called /fred/myfolder
I've tried
icacls /fred /grant Everyone:(OI)R
and
icacls /fred/myfolder /grant Everyone:(CI)R
icacls /fred/myfolder /grant Everyone:(OI)F
and various combinations to no avail. The documentation/my knowledge isn't great. Any help would be appreciated
I found the answer. I needed
Then i just needed
These were the combinations that I found very useful: