1

在学校服务器的外壳上,我有

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

我究竟如何更改 http 的权限,因为在 php 文件中,说我有:

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

一旦我在浏览器上打开 php 文件,php 就不会写入test.txt

4

1 回答 1

1

尝试:

fs setacl ~/public_html/some.dir http write
于 2015-11-02T15:39:52.203 回答