Re: Does "nobody" is considered as group-member of others?
- From: Jerry Stuckle <jstucklex@xxxxxxxxxxxxx>
- Date: Thu, 28 Feb 2008 08:15:52 -0500
Fro wrote:
Hi,
the operating system (Unix) considers a php-server as a user with name
"nobody". For example, if my php-script saves a file uploaded by a
user, the owner of the file will be "nobody". I would like to know if
"nobody" is considered as "group" or "others" (in terms of the "chmod"
command)? In other words, is "chmod g+w dirname" sufficient to allow
to "nobody" to write in the directory "dirname" or should I use "chmod
o+w dirname"?
Thank you.
Why aren't you asking this in a Unix newsgroup? It has absolutely nothing to do with PHP.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@xxxxxxxxxxxxx
==================
.
- References:
- Prev by Date: Re: Server in a different time zone
- Next by Date: Re: CaptchaSecurityImages.php not producing image w/ GD and Freetype Fonts installed.
- Previous by thread: Re: Does "nobody" is considered as group-member of others?
- Next by thread: Re: Does "nobody" is considered as group-member of others? <eca073b1-308a-436e-9f09-fa0d4c127eb7@j28g2000hsj.googlegroups.com>
- Index(es):
Relevant Pages
|