add sudoers
Posted tonggc1668
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了add sudoers相关的知识,希望对你有一定的参考价值。
sed -i ‘/username/d‘ /etc/sudoers
sed -i ‘$d‘ /etc/sudoers
sed -i "$ a lt32806 ALL=(ALL) ALL" /etc/sudoers
chmod u+w /etc/sudoers
sed -i ‘s/# %wheel ALL=(ALL) ALL/%wheel ALL=(ALL) ALL/‘ /etc/sudoers
chmod u-w /etc/sudoers
cat /etc/sudoers
gpasswd -a username wheel or usermod -aG wheel username
gpasswd wheel -d username
cat /etc/pam.d/su
grep wheel /etc/group
cat /etc/sudoers
gpasswd wheel -d username
以上是关于add sudoers的主要内容,如果未能解决你的问题,请参考以下文章