不确定运行 Ruby 脚本的正确权限

发布于 2024-07-20 05:12:19 字数 278 浏览 6 评论 0原文

当我运行 Ruby 脚本时,出现以下警报

warning: Insecure world writable dir /Users/cs/Documents in PATH, mode 040777

解决方案是更改权限。 但是,我不确定哪一个是合适的。

我出于不同目的使用许多用户帐户。 我有一个主帐户,我可以通过它在我的 cs -account 上运行命令。

您会为 cs 帐户授予哪些权限?

I get the following alert when I run a Ruby script

warning: Insecure world writable dir /Users/cs/Documents in PATH, mode 040777

The solution is to change the permissions. However, I am unsure which one is the appropriate one.

I use many user accounts for different purposes. I have one main account by which I run the commands at my cs -account.

Which permissions would you give for the cs -account?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

伤痕我心 2024-07-27 05:12:19

只需运行 chmod og-w /Users/cs/Documents 一切都会好起来的。

这将删除“其他”和“组”写入访问权限。

Just run chmod og-w /Users/cs/Documents and all should be well.

This will remove the "other" and "group" write access permissions.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文