Mapping of file is managed by ____________
A. File metadata
B. Page table
C. Virtual memory
D. File system
What is the mounting of file system?
A. Crating of a filesystem
B. Deleting a filesystem
C. Attaching portion of the file system into a directory structure
D. Removing the portion of the file system into a directory structure
File type can be represented by ____________
A. File name
B. File extension
C. File identifier
D. None of the mentioned
By using the specific system call, we can ____________
A. Open the file
B. Read the file
C. Write into the file
D. All of the mentioned
To create a file ____________
A. Allocate the space in file system
B. Make an entry for new file in directory
C. Allocate the space in file system & make an entry for new file in directory
D. None of the mentioned