Closed. This question is off-topic. It is not currently accepting answers. Learn more
想改进这个问题吗?Update the question所以堆栈溢出的值小于aa>。
三年前关闭。
如果这是显而易见的事情,我很抱歉,但我是Linux新手。
我试图设置一个git裸目录,为此我在Ubuntu上安装了ACL。然后我运行以下命令:
adduser git
mkdir /repositories
chmod 700 /repositories
setfacl -m defaut:user::rwx /repositories
sudo chown git:git /repositories

一切都很好,直到我重新启动机器。现在我不能再执行sudo了。每次我自己做的时候,我都会得到以下信息:
[[sudo]] password for Andre:
Sorry, try again

我输入的密码与我一直使用的密码相同,使用这些帐户凭据进行SSH没有任何问题。
有人知道发生了什么事以及如何解决吗?

最佳答案

我想问题出在塞特法尔身上。我应该用'repositories'而不是'/repositories'。这样我就在根上设置了acl。我最终重新安装了Linux。

关于linux - Ubuntu-具有ACL的sudo ,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/35835551/

10-10 09:02