Comments on How can I restrict filename characters?
Post
How can I restrict filename characters?
+5
−0
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.

1 comment thread