我正在尝试安装sqldeveloper
。我尝试提取 zip 文件,/opt
但它显示此错误:
you don't have the right permission to extract archives in the folder "opt".
我尝试使用更改权限 chmod 777/opt-R
但也没有用。
请建议该怎么做。
答案1
sudo
需要权限才能对/opt
目录进行更改。
file.zip
使用此命令在 /opt 中提取。
sudo unzip file.zip -d /opt