Consider a linear list based directory implementation in a file system. Each directory is a list of nodes, where each node contains the file name along with the file metadata, such as the list of pointers to the data blocks. Consider a given directory foo . Which of the following operations will necessarily require a full scan of foo for successful completion?
Topic-wise GATE CS PYQs with verified steps
