在学校服务器的外壳上,我有
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