Which of the following commands is used to mount file systems?
A.
detach
B.
attach
C.
mount
D.
umount
Explanation:
In Linux, the mount command is used to mount and display disks, partitions, and file systems.
Mounting refers to the process in which the operating system prepares the media to be read.
Note: The swap file system cannot be mounted using the mount command.
Answer option D is incorrect. In Linux, the UMOUNT command is used to unmount a file systemfrom its mount point.
Answer options A and B are incorrect. There are no such commands as attach and detach in
Linux.