> There is a generic problem with Unix file permissions that whenever one wants
> to do something new, one has to create a new group. In my opinion, there
> should be a special mode which one could assign to a file, which would allow
> the owner to specify individual permissions for every user on the system.

   This is available on some unix systems, although not all. (I believe
it's part of the Posix "standard" although I'm not sure) ACLs - access
control lists. It essentially extends the permissions concept to name
specific users/groups that have other than the base permission.

   Depending upon which unix you're running this may be another option
available to you.

   Of course, if you're making your logs readable by www in any way you're
taking a "risk" - since anyone could then write a simple CGI program to
read and display them... unless you don't allow anyone CGI exec ability
except a trustworthy few.

-=Jim=-


--------------------------------------------------------------------
This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe analog-help" in the main BODY OF THE MESSAGE.
--------------------------------------------------------------------

Reply via email to