A filename can be between 1 and 256 characters.
The following characters can be used:
a..z A..Z 0..9 - _ .
The following characters are not advised:
space < > ' " * { } [ ] ( ) ^ ! \ | & $ ? ~
...although you can use them by enclosing filenames in ' ' or " " whenever filenames contain these characters.
Filenames are case-sensitive (e.g. The shell sees hello and Hello as two different files).
Start a filename with a period (.) to make it hidden (to view hidden files enter: ls -a).
|