php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #12887 creating directory or file can't modify the privilige ( for example 0777)
Submitted: 2001-08-22 06:03 UTC Modified: 2001-08-22 10:31 UTC
From: sanry at now dot net dot cn Assigned:
Status: Not a bug Package: Unknown/Other Function
PHP Version: 4.0.6 OS: redhat 7.1
Private report: No CVE-ID: None
 [2001-08-22 06:03 UTC] sanry at now dot net dot cn
creating directory or file can't modify the privilige  ( for example 0777)

the file create in web(nobody) 
all the files and directory is 751 you can't change it 
in web(nobody)


regards
sanry

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-08-22 06:08 UTC] sniper@php.net
Please ask support questions on the mailing lists:

http://www.php.net/support.php

(not a bug)
 [2001-08-22 10:31 UTC] sanry at now dot net dot cn
creating directory or file can't modify the privilige  ( for example 0777)

the file create in web(nobody) 
all the files and directory is 751 you can't change it 
in web(nobody)


regards
sanry



I try php4.05 but still can't chmod in web
then I try php4.04pl It work! 

(all the version I do 

su nobody
umask 000

before I user creat file and directory only php4.04pl work)


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 14:01:30 2024 UTC