lsattr命令用于查看文件的第二扩展文件系统属性。
chmod: changing permissions of `config.cache.inc.php‘: Operation not permitted
但是报了上面的一个错误
费了一番周折,终于查到用 chattr 可以解除这个限制
首先先查看一下属性
lsattr config.cache.inc.php
----i-------- config.cache.inc.php
然后去除i这个属性
chattr config.cache.inc.php
原文:http://my.oschina.net/u/2274056/blog/528649