Date: Fri, 2 May 1997 10:06:46 -0400 (EDT) From: Pierre Phaneuf To: opendos AT delorie DOT com Subject: Re: A few FS notions In-Reply-To: <19970501.210827.13863.0.chambersb@juno.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Fri, 2 May 1997, Benjamin D Chambers wrote: > >ACLs and ACL-initiated events! > > Could you elaborate? What exactly _are_ ACLs? Access Control Lists. This is a set of "rules" to let access or not to a file. They are often considered better than simple Unix permission (where each file has a owner and group, and read/write/execute for owner, group and "world"), because you can have this file that is owned by "pp", group "users", permissions (Unix-style) rw-r--r--, but you'd like to let user "bdc" to write to it. With ACL there is no group to create (a separate group with "pp" and "bdc" and changing the permission to rw-rw-r--), you just invoke a command that let user "bdc" get special rw- permissions instead of the r-- he would normally have. Pierre Phaneuf -----BEGIN GEEK CODE BLOCK----- Version: 3.1 GCS/CM/E/IT/MU/P/TW d-(--)pu s+:- a--- C++++$ ULC++(++++)$>++++ P+>++ L++$>+++ E>+ W+(-)$ N+ K w---$ M-- PS+ PE+ Y-- PGP- t+ X+ R+>+++ tv b++(+) DI+(++) D++ G e(+) h(+)>++ r++ y+ ------END GEEK CODE BLOCK------