Post History
Suppose I want to limit what characters are allowed in filenames. For example, I want file creation to fail if there is a \n in the name. Is there a way to enforce this? If it matters, I prefer a...
Question
filesystem
#3: Post edited
- Suppose I want to limit what characters are allowed in filenames. For example, I want file creation to fail if there is a `\n` in the name.
Is there a way to enforce this?
- Suppose I want to limit what characters are allowed in filenames. For example, I want file creation to fail if there is a `\n` in the name.
- Is there a way to enforce this?
- If it matters, I prefer an answer for Arch Linux.