没有“sudo”权限
我正在尝试在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
您是否在使用
sudo
运行任何时看到此错误,或者仅在运行sudo make
时看到此错误?如果您仅在运行make
时看到此问题,是否发生在任何 makefile 上,还是仅发生在这个特定的 makefile 上?sudoers
文件中是否正确列出了您的用户帐户?Are you seeing this error running anything with
sudo
, or just when runningsudo make
? If you are only seeing this problem when runningmake
, does is happen on any makefile, or just this particular one?Is your user account listed in the
sudoers
file properly?您是否已将自己添加到 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.
如果您无法运行
sudo make
,请将make
复制到相关路径并尝试使用新名称:If you cannot run
sudo make
, then copymake
to the path in question and try with the new name: