| Home directory for the | |
| Basic system administration binaries. | |
| Files for Security Enhanced Linux. | |
| System device information. | |
| Temporary file storage. | |
| User data (years ago, home directories were also stored in | |
| The remainder of the standard binaries. | |
| User libraries. | |
| Programs that are not directly executed by the user but that are executed by another application (e.g., graphics demos for the | |
| Local files (specific to your system configuration). | |
| Local binaries and scripts. | |
| The remainder of the system administration binaries. | |
| Source code for locally built RPM packages and the Linux kernel. | |
| Files that change frequently (variable), including databases, print requests, and logfiles. | |
| Various system logfiles. | |
| Files for various queues (spools), such as print queues and file-transfer queues. |
4.3.1.3. Ambiguous filenames
The wildcard characters ? and * can be used for
Square brackets [] can be used to contain a list of characters [123] , a range of characters [aj] , or a combined list and range [123aj] ; this pattern will match any
Table 4-6 lists some examples of ambiguous filenames.
Table 4-6. Ambiguous filenames
| Filename | Description | Matches | Does not match |
|---|---|---|---|
| a* | Any filename starting with | absolutely.txt |
