项目删除缓存时报错

chmod(): Operation not permitted

或:

chmod(): Operation not permitted

 

 权限问题:

chmod(): Operation not permitted

 

 执行程序不属于www,所以只有执行和读权限,没有写权限。

省事的做法是把权限放开:

chmod(): Operation not permitted

 

点击确定保存

权限变为775

chmod(): Operation not permitted

 

 再次执行:没报错,问题解决

 

相关文章: