How to prevent the files or folders from being rename or delete? #5993
Unanswered
manikandanmaks
asked this question in
Q&A
Replies: 1 comment
-
Could you elaborate on your full setup? Even without write permissions on Linux I believe you can rename a directory if you have write permissions to the parent directory. Also removing write on the parent will still allow you to modify any files in nested directories so maybe you just need to apply them recursively (with |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have tried chmod u-w /path/to/folder to change a file/folder as readonly, but it's allow me to delete or rename a file/folder.
Kindly help on this @jsjoeio
Thanks in advance,
Manikandan
Beta Was this translation helpful? Give feedback.
All reactions