4.2 File and Directory NamesAs Chapter 3, Your UNIX Account , explained, both files and directories are identified by their names. A directory is really just a special kind of file, so the rules for naming directories are the same as the rules for naming files.
Filenames may contain any character except Unlike some operating systems, UNIX doesn't require a dot ( Some UNIX systems limit filenames to 14 characters. Most newer systems allow much longer filenames. A filename must be unique inside its directory, but other directories may have files with the same names. For example, you may have the files called chap1 and chap2 in the directory /users/carol/work and also have files with the same names in /users/carol/play . |
|