无法更改 AFS'linux 终端上的 http 写入权限?

Unable to change http writing permission on AFS'linux terminal?

在shell学校服务器上,我有

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

尝试:

fs setacl ~/public_html/some.dir http write