Multiple choice technology operating systems

Unlike Windows, in UNIX we cannot create a directory named 'a box' i.e. space is not allowed in UNIX for file and directory naming.

  1. True

  2. False

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

Unix does allow spaces in file and directory names, though they require special handling with quotes or escaping. The statement claims Unix cannot use spaces, which is false. Option B is correct because Unix filenames can contain spaces, unlike the statement suggests.