Which characters should be avoided in file names for compatibility across systems?

Gain expertise for the Broward College Computer Literacy Exam. Study with multiple choice questions and flashcards, each providing hints and explanations. Ace your exam!

Multiple Choice

Which characters should be avoided in file names for compatibility across systems?

Explanation:
When naming files, avoid characters that different systems treat as special or illegal. The set that causes the most cross-platform issues includes backslash, forward slash, colon, asterisk, question mark, double quote, less-than, greater-than, and vertical bar. These are used as path separators or wildcards in various environments, so including any of them in a file name can break file access, scripting, or transfers between systems. Adding to that, leading or trailing spaces are often rejected or trimmed by file systems, which leads to inconsistencies. By staying away from all of these characters, you maximize compatibility across Windows, macOS, and Linux.

When naming files, avoid characters that different systems treat as special or illegal. The set that causes the most cross-platform issues includes backslash, forward slash, colon, asterisk, question mark, double quote, less-than, greater-than, and vertical bar. These are used as path separators or wildcards in various environments, so including any of them in a file name can break file access, scripting, or transfers between systems. Adding to that, leading or trailing spaces are often rejected or trimmed by file systems, which leads to inconsistencies. By staying away from all of these characters, you maximize compatibility across Windows, macOS, and Linux.

Subscribe

Get the latest from Examzify

You can unsubscribe at any time. Read our privacy policy