首页 > 运维 > CentOS > centos下更改目录权限后仍不可写怎么办

centos下更改目录权限后仍不可写怎么办

王林
发布: 2020-05-18 10:38:34
原创
2540 人浏览过

centos下更改目录权限后仍不可写怎么办

问题描述:

在 CentOS 上搭建环境时,无论如何修改用户权限为 777 或者 755 、变更文件所属用户, Laravel 框架总是报错 "The stream or file "/var/www/laravel56/storage/logs/laravel.log" could not be opened: failed to open stream: Permission denied"。

解决方法:

关闭selinux即可。

编辑 /etc/selinux/config 文件,将 SELINUX 项修改为:SELINUX=disabled

#This file controls the state of SELinux on the system. 
# SELINUX= can take one of these three values: 
# enforcing - SELinux security policy is enforced. 
# permissive - SELinux prints warnings instead of enforcing. 
# disabled - No SELinux policy is loaded. 
SELINUX=disabled 
# SELINUXTYPE= can take one of these two values: 
# targeted - Only targeted network daemons are protected. 
# strict - Full SELinux protection. 
SELINUXTYPE=targeted
登录后复制

推荐教程:centos教程

以上是centos下更改目录权限后仍不可写怎么办的详细内容。更多信息请关注PHP中文网其他相关文章!

相关标签:
来源:php.cn
本站声明
本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn
最新问题
centos下mysql启动报错
来自于 1970-01-01 08:00:00
0
0
0
centos7 - git的linux版本没有centos的?
来自于 1970-01-01 08:00:00
0
0
0
centos7 - centos 7,添加nginx为开机启动?
来自于 1970-01-01 08:00:00
0
0
0
为什么不是存放代码在linux的centos中
来自于 1970-01-01 08:00:00
0
0
0
热门教程
更多>
最新下载
更多>
网站特效
网站源码
网站素材
前端模板