Which of the following is a feature that allows a program to trap open operations against objects in the file system and run their own code before returning file data?
  1. Quotas
  2. Encryption
  3. Compression
  4. Reparse points
Explanation
Answer - D - Reparse points is a feature that allows a program to trap open operations against objects in the file system and run their own code before returning file data.

Key Takeaway: Reparse point is an NTFS file system object. It provides a way to extend the NTFS file system by adding extra information to the directory entry, so a file system filter can interpret how the operating system will treat the data. This allows the creation of junction points and NTFS symbolic links. It can also act as hard link and can point to directories on any local volume.
Was this helpful? Upvote!
Login to contribute your own answer or details

Top questions

Related questions

Most popular on PracticeQuiz