Home >php教程 >php手册 >linux中 ECShop的文件不能写,

linux中 ECShop的文件不能写,

WBOY
WBOYOriginal
2016-07-06 14:24:321448browse

linux中 ECShop的文件不能写,

解决办法:

  1、开放权限

  使用命令:chmod -R 777 文件路径

  2、关闭SELinux

  使用命令:setenforce 0

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn