Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


what is acl(access control list)?



what is acl(access control list)?..

Answer / 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

More Java J2EE AllOther Interview Questions

what debugging tool that can be used to debug the java programs?

1 Answers   Inforica,


How to call the m1() method of Base class in below snippet ? class Base { public void m1() { System.out.println("Base m1 "); } public void m2() { System.out.println("Base m1 "); } } ====================== class Derived extends Base { public void m1() { System.out.println("Derived m1"); } public void m3() { System.out.println("Derived m3"); } public static void main(String[] args) { Base ob=new Derived(); ob.m1(); //System.out.println("Hello World!"+ob.m1()); } }

6 Answers   Cap Gemini, TCS,


my interviewer asked me what technical specification you used how to answer that question

0 Answers  


What are the classes in the java collection framework? : java collections

0 Answers  


Runining mutiple tomcat server in a single machine is possible Yuo wil have to duplicate configuration with different port numbers

2 Answers   HCL,


Difference b/w >> and >>> ?

1 Answers   Adobe, Infosys,


what is java virtual machine

4 Answers  


VSS Objectives

1 Answers  


What is need of DAO? Write one simple DAO example?

2 Answers   IBM,


What are the interfaces in java collections? : java collections

0 Answers  


what are callback methods?

3 Answers   iFlex,


What are the different types of features of the java collections framework? : java collections

0 Answers  


Categories