125k views
1 vote
What feature in the Windows file system allows users to see only files and folders in a File Explorer window or in a list of files from the dir command to which they have been given at least read permission?

User Amit Sinha
by
5.1k points

1 Answer

4 votes

Answer:

Access based enumeration

Step-by-step explanation:

The access based enumeration is the feature which helps the file system to allow users for seeing the files and folders for which they have read access from the direct command.

Access based enumeration: This feature displays or shows only the folders and files that a user has permissions for.

If a user do not have permissions (Read) for a folder,Windows will then hide the folder from the user's view.

This feature only function when viewing files and folders are in a shared folder. it is not active when viewing folders and files in a local system.

User Maxint
by
5.0k points