解决办法:
1、开放权限
使用命令:chmod -R 777 文件路径
2、关闭SELinux
使用命令:setenforce 0
转载于:https://www.cnblogs.com/D-Chen/p/5615396.html