没有“sudo”权限

发布于 2024-10-28 00:18:57 字数 103 浏览 2 评论 0原文

我正在尝试在 OpenSuse 中编译某些内容,但是权限被拒绝。 我尝试过“sudo make”,甚至使用超级用户登录,但同样的错误仍然存​​在。

我该如何解决这个问题?谢谢。

I'm trying to compile something in OpenSuse however I get a Permission Denied.
I've tried with "sudo make" and even logged in with superuser but the same error persists.

How can I fix this? Thanks.

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

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

发布评论

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

评论(3

耳根太软 2024-11-04 00:18:57

您是否在使用 sudo 运行任何时看到此错误,或者仅在运行 sudo make 时看到此错误?如果您仅在运行 make 时看到此问题,是否发生在任何 makefile 上,还是仅发生在这个特定的 makefile 上?

sudoers 文件中是否正确列出了您的用户帐户?

Are you seeing this error running anything with sudo, or just when running sudo make? If you are only seeing this problem when running make, does is happen on any makefile, or just this particular one?

Is your user account listed in the sudoers file properly?

人间不值得 2024-11-04 00:18:57

您是否已将自己添加到 sudoers 列表中?输入 whereis sudoers 以查找该文件并编辑它以查看您是否在其中。

Did you add yourself to sudoers list? Type whereis sudoers to find out the file and edit it to see if you're in.

素染倾城色 2024-11-04 00:18:57

如果您无法运行 sudo make,请将 make 复制到相关路径并尝试使用新名称:

 sudo cp /usr/bin/make ./fake

 sudo ./fake

If you cannot run sudo make, then copy make to the path in question and try with the new name:

 sudo cp /usr/bin/make ./fake

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