suchen

Heim  >  Fragen und Antworten  >  Hauptteil

macos - 在MAC OS X系统下架设的PHP+APACHE环境删除文件失败

刚开始使用MAC OX系统,架设了apache+php环境。程序中使用unlink和fopen方法操作文件时提示没有权限。使用命令chmod -R 755 system/cache 将要操作的文件设为-rwxr-xr-x 后,依然提示拒绝访问。请问正确的做法是什么?

——————————————————————
使用命令chmod -R 777 system/cache 貌似就解决了...

天蓬老师天蓬老师2828 Tage vor920

Antworte allen(1)Ich werde antworten

  • PHP中文网

    PHP中文网2017-04-10 13:14:21

    chown -R _web ./system/cache
    chmod -R 755 ./system/cache

    Antwort
    0
  • StornierenAntwort