Permission denied 翻译过来的意思是:权限被拒绝;相信大家都知道,文件权限是读(r)、写(w)、执行(x); 修改权限命令:

chmod +x xampp.run #给xampp.run执行权限
chmod +w xampp.run #给xampp.run写权限
chmod +r xampp.run #给xampp.run读权限

chmod权限修改命令其它的操作方法:

chmod 755 ./fujieace.txt
chmod -R 755 ./fujieace