linux 修改文件权限和修改用户 # chown root Application/Runtime/ 修改所有者 # chmod -R 777 Application/Runtime/ 修改权限(文件夹递归)