Which of the following will come under the types of files ?
-
Regular Files
-
Directory Files
-
Mode Files
-
Special Files
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.