tar: .: Cannot utime: Operation not permitted
tar: .: Cannot change mode to rwxr-xr-x: Operation not permitted
tar: Exiting with failure status due to previous errors
Run Code Online (Sandbox Code Playgroud)
我的文件位于“下载”文件夹中,并且正在将安装文件从“下载”文件夹运行到 /opt/pkg 文件夹,以下是我使用的命令
chmod -R 777 Downloads/*
sudo chmod -R 777 /opt/*
chmod +x petalinux-v2017.1-final-installer.run
./petalinux-v2017.1-final-installer.run /opt/pkg
Run Code Online (Sandbox Code Playgroud)
最后安装程序失败并给出上述错误消息。我提供下载文件夹和/opt/pkg文件夹所需的所有权限。