|
|
一执行sudo就显示
sudo: can't open /etc/sudoers: Permission denied
在/etc/sudoer设置了
%wheel ALL=(ALL) ALL
ls -l /etc/sudoers
-r--r----- 1 root root 1644 10月 21 15:39 /etc/sudoers
ls -l /usr/bin/sudo
---s--x--x 1 root root 97236 9月 14 12:09 /usr/bin/sudo
网上搜出来的都看不明白说些什么。 |
|