Y
Hacker News
new
|
ask
|
show
|
jobs
by
marcosdumay
2786 days ago
AFAIK, Linux accepts any byte sequence. I never found one that couldn't be used.
2 comments
umanwizard
2785 days ago
0x2F and 0x00 are not allowed in Linux filenames.
link
cesarb
2785 days ago
Also, filenames composed solely of 0x2E bytes and with length zero, one, or two have a special meaning and can't actually be used to name files.
link
alkonaut
2785 days ago
Try using a proper front slash in a file name.
link