2015-11-02 39 views
1

,我有無法更改AFS'linux終端上的http寫入權限?外殼上爲學校服務器

Normal Rights: 
    system:administrators rlidwka 
    http rl 
    yfc439 rlidw 
    httpsvc.webhost03.ucs.njit.edu rl 

究竟如何,因爲我在PHP文件更改權限HTTP,說我有:

<?php 
$file = fopen("test.txt","w") or die("error"); 
echo fwrite($file,"Hello World. Testing!"); 
fclose($file); 
?> 

的PHP不到TEST.TXT一次我打開瀏覽器上的PHP文件

+0

你是從njit? –

回答

1

嘗試:

fs setacl ~/public_html/some.dir http write