mkdir:无法创建目录“/opt/schrodinger2015-3”:权限被拒绝

mkdir:无法创建目录“/opt/schrodinger2015-3”:权限被拒绝
Installation of schrodinger2015 terminated by the denial of permission to make the directory /opt/schrodinger2015-3
mkdir: cannot create directory `/opt/schrodinger2015-3': Permission denied.

我是 Linux 领域的新手。我该如何解决这个问题?

答案1

在里面安装指南, 你可以阅读

tar -xvf Schrodinger_Internet_Download.tar
cd Schrodinger_Internet_Download

sh ./INSTALL

跑步

sudo sh ./INSTALL

为什么sudo?作为非特权用户,您无法在 中创建文件夹/opt。您需要具有管理员权限(在 Linux 上也称为 )root

答案2

请使用 sudo 权限运行。然后再次检查。

相关内容