Answer Posted / srikanth jakka
With respect to a computer filesystem, an access control
list (ACL) is a list of permissions attached to an object.
The list specifies who or what is allowed to access the
object and what operations are allowed to be performed on
the object. In a typical ACL, each entry in the list
specifies a subject and an operation: for example, the
entry (Alice, delete) on the ACL for file WXY gives Alice
permission to delete file WXY.
| Is This Answer Correct ? | 11 Yes | 2 No |
Post New Answer View All Answers
Which java collection class can be used to maintain the entries in the order in which they were last accessed?
Which sorting algorithm is used by collections.sort() in java ?
What are the considerations to be made in case of loops in java ?
my interviewer asked me what technical specification you used how to answer that question
What are the different types of features of the java collections framework? : java collections
What is the Spring2.5 MVC Navigation flow?
What are the types of interface used in the java collections? : java collections
What are maps interfaces in the java collections? : java collections
What are the main classes of the list interfaces? : java collections
what is mean by hasing and maping in java platform and advantage?
What are the different types of classes implemented in the set interfaces? : java collections
What are the queues in the java collection framework? : java collections
What are the types of the main implementing classes in the map interfaces? : java collections
What are the classes in the java collection framework? : java collections
What is the difference between comparable and comparator in java.util pkg?