Not in the sudoers file.

su -
chmod u+w /etc/sudoers
vim /etc/sudoers

//find "root ALL=(ALL) ALL" add "username ALL=(ALL) ALL" beneath

chmod u-w /etc/sudoers
su username



你可能感兴趣的:(Not in the sudoers file.)