The support settings file cannot be deleted, but is it readable and writable? What do I need to do if I need support? #1368
Replies: 11 comments
-
I'm sorry but I don't understand what you're asking. |
Beta Was this translation helpful? Give feedback.
-
Is there any policy that can control files that cannot be deleted but can be read and written? |
Beta Was this translation helpful? Give feedback.
-
I now have a data source and I want to make it readable and writable, but no one else can delete the file |
Beta Was this translation helpful? Give feedback.
-
Policies select files to act on. They don't control what can be read, written, or unlinked. You need to be more specific about what you want to happen. What about creates? |
Beta Was this translation helpful? Give feedback.
-
For example, I now mergefs A:B C. I want A to be readable and writable, but all files in A cannot be deleted. |
Beta Was this translation helpful? Give feedback.
-
Yes, I understand that but what about create? These concepts are orthogonal. You can read anything readable and has nothing to do with unlinking or creating or writing. Why not just use ACLS? |
Beta Was this translation helpful? Give feedback.
-
it can create |
Beta Was this translation helpful? Give feedback.
-
Why don't you just use ACLs? |
Beta Was this translation helpful? Give feedback.
-
Are there any specific examples or documentation? |
Beta Was this translation helpful? Give feedback.
-
To be honest, I don’t know how to use ACLS. |
Beta Was this translation helpful? Give feedback.
-
You aren't really explaining the full requirement so it is not possible for me to help. I would suggest just reading about unix and posix permissions and acls. It is fundamental to filesystems. If you don't want people to delete a file just don't give them permissions to it. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
All reactions