首頁 > 運維 > CentOS > 主體

centos下更改目錄權限後仍不可寫入怎麼辦

王林
發布: 2020-05-18 10:38:34
原創
2504 人瀏覽過

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
熱門教學
更多>
最新下載
更多>
網站特效
網站源碼
網站素材
前端模板