> At this point of time, I am trying to understand the way security is
> implemented for PHP on Unix / Linux. I mean, how are the different users
> distinguished in Unix / Linux. Do they get to login into the Unix /
> Linux system through separate accounts? In that case, do they have
> separate data space for each user? What is the API that is used to login
> to Unix / Linux. User may enter his username and password on the
> browser, but how do they get translated onto the Unix / Linux box?
>
> The end goal is to separate out uses and to make sure that normal users
> (who do not have admin rights) do not get to read a file, write into a
> file etc from areas that they have no access rights into. How is this
> access rights set in Unix / Linux?

As this shows a basic mis-understanding of the way Unix based /
look-a-like operating systems work, and how PHP is executed... this is
definatly a question for the php "general" list
([EMAIL PROTECTED]).

This forum is for discussion about the constructs that form PHP itself,
not its implementation or its use.


-- 
Dan Hardiker [[EMAIL PROTECTED]]
ADAM Software & Systems Engineer
First Creative



-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to