【发布时间】:2017-04-24 04:12:25
【问题描述】:
最近我正在使用 Google Cloud Storage 来存储一些文件。我已使用 Cloud Storage Fuse 将它与我的 Google Compute Engine 实例一起安装。当我尝试在存储桶中运行自己的脚本时,即使我使用 chmod a+x,它也不允许这样做。有什么方法可以授权吗?谢谢!
P.S.下面是我要运行的脚本
mkdir -p PB_report_0208/shortest_path
cp ./tag_1/shortest_path.csv ./PB_report_0208/shortest_path/shortest_path1.csv
【问题讨论】: