其他分享
首页 > 其他分享> > chmod(): Operation not permitted

chmod(): Operation not permitted

作者:互联网

项目删除缓存时报错

chmod(): Operation not permitted

或:

 

 权限问题:

 

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

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

 

点击确定保存

权限变为775

 

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

 

标签:www,chmod,报错,Operation,权限,permitted
来源: https://www.cnblogs.com/keketoloveme/p/14431342.html