samuka2207
(usa CentOS)
Enviado em 06/04/2012 - 20:35h
A maneira mais rápida é editar o arquivo utilizando o comando "vim /etc/sudoers" mas primeiro fação um backup do arquivo, verifiquei seu diretorio local, e com o usuário root digite o comando "cat /etc/sudoers > suedoersbkp.txt", após comente a linha conforme abaixo:
ANTES:
# Allow members of group sudo to execute any command after they have
# provided their password
# (Note that later entries override this, so you might need to move
# it further down)
%sudo ALL=(ALL) ALL
DEPOIS:
# Allow members of group sudo to execute any command after they have
# provided their password
# (Note that later entries override this, so you might need to move
# it further down)
#%sudo ALL=(ALL) ALL
Pronto aogra você naum consegue mais executar o comando sudo com nenhum usuário.
Vlw
Dica: Pesquise também sobre o comando "visudo"