Multiple choice technology operating systems

Which of the following will come under the types of files ?

  1. Regular Files

  2. Directory Files

  3. Mode Files

  4. Special Files

Reveal answer Fill a bubble to check yourself
A,B,D Correct answer
Explanation

UNIX/Linux systems have three main file types: regular files (A) containing data, directory files (B) that organize other files, and special files (D) representing devices or pipes. Mode files (C) is not a standard UNIX file type - mode refers to file permissions, not a file category.