0
如果這是明顯的問題,我很抱歉,但我是Linux新手。 我試圖設置一個git裸目錄,爲此我在Ubuntu上安裝了ACL。然後我跑了以下命令:Ubuntu - sudo with 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協議。 有誰知道發生了什麼事以及如何解決它?