InterviewSolution
Saved Bookmarks
| 1. |
What Is Access Control List (acl)? |
|
Answer» ACL is a LIST of all the user accounts and groups that have been granted or DENIED ACCESS to a file or a folder. When a user ATTEMPTS to gain access to a resource, the ACL must contain an access control ENTRY for the user account or a group to which the user belongs. ACL is a list of all the user accounts and groups that have been granted or denied access to a file or a folder. When a user attempts to gain access to a resource, the ACL must contain an access control entry for the user account or a group to which the user belongs. |
|