Linux operating system MCQ Quiz – Objective Question with Answer for Linux operating system

11. Which filesystem of Linux has mass storage devices?

A. physical file system
B. temporary file system
C. ram
D. register

Answer: A

The physical file system has mass storage devices such as hard disks and floppy which are allocated to parts of the logical file system.

12. Which file type of Linux has no restriction on size and can have any kind of data?

A. special
B. regular
C. directories
D. named pipes

Answer: B

There are four types of Linux files. These are regular, special, directories and named pipes in which the regular file type can have any kind of data and does not have restrictions in size, the special file type represent certain terminals such as physical I/O device, the directories can hold lists of files, and the named pipes are similar to regular files but restricted in size.

 

13. Which file type of Linux is similar to the regular file type?

A. named pipe
B. directories
C. regular file
D. special file

Answer: A

Among the Linux files, the regular file type is similar to the named pipe but these are restricted in size. On the other hand, the regular file does not have restrictions.

14. Which file type of Linux holds lists of files rather than the actual data?

A. regular
B. special
C. directories
D. named pipes

Answer: C

The directories can hold lists of files other than the actual data, but the other file type does not have this characteristic.

 

15. Which filesystem of Linux can be implemented on a system with two hard disks?

A. logical file system
B. physical file system
C. special file type system
D. regular file type system

Answer: A

The physical file system is allocated to the parts of the logical file system. The logical file system can be implemented on a system with two hard disks by the allocation of the bin directory under the hard disk 1 and the file subsystem under the hard disk 2.

16. Which directory is allocated on the hard disk 1 of the physical storage in a Linux operating system?

A. term
B. dev
C. etc
D. bin

Answer: D

The bin directory is on the hard disk 1 of the physical storage whereas the term, dev, etc is on the hard disk 1 of the physical logical file system.

 

17. Which process defines the allocation of the mass storage to the logical file system?

A. mounting
B. de-allocation
C. demounting
D. unmounting

Answer: A

The allocation of the mass storage to the logical file system is known as the mounting and its reverse operation, deallocation of the mass storage is known as unmounting.

18. Which commands can be used to access the removable media?

A. system calls
B. loop instruction
C. mount and unmount command
D. procedure commands

Answer: C

The commands such as mount and unmount commands are used to access the removable media like the floppy disks, through the logical file system.

 

19. Which target directory is used in the file system of the Linux operating system?

A. /mnt
B. /etc
C. /term
D. /bin

Answer: A

The /mnt is the target directory used in the file system of the Linux operating system but the special file names can vary from system to system.

 

20. Which of the following provides a buffer between the user and the low-level interfaces to the hardware?

A. operating system
B. kernel
C. software
D. hardware

Answer: A

The operating system is software that provides a buffer between the low-level interfaces to the hardware within the system and the user.

Scroll to Top