Which of the following operating systems is case-sensitive?
2016
Which of the following operating systems is case-sensitive?
Answer: D. Unix — Unix treats uppercase and lowercase letters as different in file and directory names. For example, File.txt and file.txt can be two different names. Windows…
- A.
Mac OS X
- B.
OS/2
- C.
Windows 7
- D.
Unix
Attempted by 156 students.
Show answer & explanation
Correct answer: D
Unix treats uppercase and lowercase letters as different in file and directory names. For example, File.txt and file.txt can be two different names. Windows 7, Mac OS X by default, and OS/2 are generally case-insensitive for file names, so Unix is the correct answer.
Loading lesson…