【发布时间】:2015-10-22 18:07:42
【问题描述】:
我尝试安装 aws 命令行工具来运行命令
aws
在 Linux 上
我尝试使用 pip 安装它,但出现错误 http://docs.aws.amazon.com/cli/latest/userguide/installing.html#install-bundle-other-os
/bin/aws: Permission denied
每当我运行命令时
aws help
我该怎么办?
【问题讨论】:
-
不起作用。我也已经以 root 身份运行它
-
ls -l /bin/aws的输出是什么? -
-rw-r--r--。 1 根 814 Oct 22 18:09 /bin/aws
-
运行
chmod 755 /bin/aws后重试 -
@Dez 我通常不会添加如此简单的单行答案,假设它不会帮助其他任何人。但是因为你也能找到这个问题,所以我添加了更多解释。
标签: aws-cli