![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts here. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| To give the "unzip" permissions & "create" file permissions | Mike1234 | HP-UX | 3 | 03-02-2008 02:34 PM |
| permissions | melanie_pfefer | UNIX for Dummies Questions & Answers | 9 | 11-25-2006 06:50 AM |
| nfs permissions | silvaman | UNIX for Advanced & Expert Users | 2 | 09-26-2005 07:04 AM |
| Permissions on /bin | josramon | UNIX for Advanced & Expert Users | 7 | 04-02-2003 07:50 AM |
| permissions | mma_buc_98 | UNIX for Dummies Questions & Answers | 1 | 08-13-2002 02:15 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
permissions
Can someone pleas tell me if there is something funny when it comes to unix permissions and PHP. When php creates a file in unix the owner is nobody...does this raise any issues, and if it does could someone please tell me a web site where I could read more about this. Thanks alot.
John |
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
what flavor of UNIX
It would help greatly if you were to tell us what version of UNIX. Can you supply the uname -a output or OS version and hardware type?
__________________
My brain is your brain |
|
#3
|
||||
|
||||
|
That is simply because there is a user in your passwd file named "nobody". This psuedo-user is rarely used for anything but daemons and non non-privleged processes.
PHP (or your httpd service, to be more precise) is simply running as this user. If you have any more questions about this, please post back. |
||||
| Google The UNIX and Linux Forums |