Home > Linux > Quizzes > Linux Basics Practice Test: File Types
Linux Basics Practice Test: File Types
Fast practice, instant feedback. Timer auto-submits when time’s up.
Avg score: 77% Most missed: “Which is an example for character special file?”
Linux supports seven file types: Regular files: Also known as ordinary files, these contain programs, text, or data, and are located in a directory. Examples include text files, Docx files, programming files, binary files, image files, and compressed files. Directory files: These contain a list of files, and are shown in blue color. Symbolic link files: These are files that point to other files, and can be either directories or regular files. A symbolic link is a textual representation of the referenced file's path. Character special files: These represent devices, such as a mouse or... Show more
Linux Basics Practice Test: File Types
Time left 00:00
12 Questions

1. Which of the following is not a valid file type on Linux
2. All device files are stored in which directory?
3. The soft link will increase the link counter of the file.(T/F)
4. Which is an example for character special file?
5. Binary or executable files are:
6. srwxr-xrw- is a
7. Which are the two types of device files?
8. Which directory contain device special files?
9. The directory file contains:
10. When you use the ln command, which of the following occurs?
11. Which is an example for block special file?
12. Which of the following is not correct statement regarding file types?