|
Yes. All CGI and FastCGI applications (including PHP scripts) will execute
with your own unix account privileges.
To save on resources, many inexpensive shared hosting providers will execute
PHP scripts under a single account shared by all users of the system
(thus requiring users to open up their script data and databases to
unauthorized access and intellectual property theft by other users on
the same system).
On our systems, all web applications will execute under your own unix
privileges. Therefore, scripts can use secure unix permission modes such
as 0700 and data files used by scripts can use modes such as 0600.
|