InterviewSolution
Saved Bookmarks
| 1. |
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 mentionedI had been asked this question in an international level competition.My query is from File System Concepts topic in portion File Systems and their Implementation of Operating System |
|
Answer» Right answer is (c) ALLOCATE the SPACE in file SYSTEM & make an entry for NEW file in directory |
|