Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我无法在我的 mint 发行版上正确安装 kohana,因为缓存和日志不可写。我已经尝试过chmod 777 cache同样的日志,但它不会改变。chmod a+w也没有帮助。
chmod 777 cache
chmod a+w
有什么解决办法吗?
您可能已经拥有一些权限未随chmod. 我建议您尝试使用chmod -R 777 cache. 另外,尽管我确信您已经检查了这些内容,但请确保这些目录确实存在并且它们没有放错位置。
chmod
chmod -R 777 cache