码迷,mamicode.com
首页 > Windows程序 > 详细

What are Windows ACLs and why are they important?

时间:2016-01-19 15:44:07      阅读:222      评论:0      收藏:0      [点我收藏+]

标签:

An access control list (ACL), with respect to a computer file system, is a list of permissions attached to an object. An ACL specifies which users or system processes are granted access to objects, as well as what operations are allowed on given objects. Each entry in a typical ACL specifies a subject and an operation. For instance, if a file has an ACL that contains (Alice, delete), this would give Alice permission to delete the file.

       To answer your question about "why are they important?" if you do not yet understand, if you do not have them, permissions wouldn‘t exist. This is how Windows understands who has certain          privileges.

What are Windows ACLs and why are they important?

标签:

原文地址:http://www.cnblogs.com/kex1n/p/5142307.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!