?? ?? ??
?? ????? ?? ??? ?? ?? ??? ??? ??? ???? ??? ? ????. ?? ?? ???? ??????.
??:
1. ? ?? ?? ????. ??? Linux? ?? ?? ?? ?? ??? ?? ? ?? ???? ?? ?? ?? ? ????.
2. ?? ?? ????? ???? ?????.
3. ?? Linux ??? ???? ?? ???? ??? ??? ??? ? ?? ??? ???? ???.
4. ? ??? ?? ??? ??? ? ????.
? ?? ?? ? Linux ??? ???? ?????.
???? ?? ?????? ??? ????. ???? ?? ??? ?? ??? ? ???.
??? ???? ??? ???? ?? ?? ?? ?????.
chmod? ?? ??? ??? ?????.
<?php //修改linux 系統(tǒng)/var/wwwroot/某文件權(quán)限為755 chmod("/var/wwwroot/index.html", 755); chmod("/var/wwwroot/index.html", "u+rwx,go+rx"); chmod("/somedir/somefile", 0755); ?>