Which of the following operations is used to remove a file from the file system?
Which of the following operations is used to remove a file from the file system?
Answer: B. Delete — The Delete operation is used to remove a file from a file system. The file's data blocks are marked as available for reuse, and its entry is removed from the…
- A.
Close
- B.
Delete
- C.
Rename
- D.
Read
Attempted by 219 students.
Show answer & explanation
Correct answer: B
The Delete operation is used to remove a file from a file system. The file's data blocks are marked as available for reuse, and its entry is removed from the directory structure.
Loading lesson…