Multiple choice technology operating systems

Is Linux / UNIX file system case sensitive

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Linux and UNIX filesystems are case-sensitive, meaning 'File.txt', 'file.txt', and 'FILE.TXT' are treated as three distinct files. This is a fundamental characteristic of Unix-like operating systems, inherited from their design philosophy.