如何使用gcsfuse allow_other选项?

use*_*516 2 google-cloud-console google-cloud-platform gcsfuse

如何在Google Cloud SSH会话中将命令写入到Ubuntu实例?我试过了gcsfuse <bucket> <mount point> --allow_other,这给了我一个错误,那就是gcsfuse可以正确地使用两个参数。

jac*_*bsa 5

我相信你想要

gcsfuse -o allow_other <bucket> <mount_point>
Run Code Online (Sandbox Code Playgroud)

但是请考虑您是否真的需要此选项,并且仅在知道要执行的操作时才使用它。它会覆盖由于某种原因而产生的保险丝的安全限制