Multiple choice

What are the three types of files of the Unix System?

  1. Regular file, directories, device file

  2. Regular disk file, special file, device file

  3. Tape file, directories, special file

  4. All of the above

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

Regular file, Directory file and Device files are three types of files of Unix. The regular file is also called as ordinary file. Directory file is used for directories files and diectory. The device file is used for peripheral devices and other devices operations.