
		bleckout
		
		(usa Ubuntu)
		
		Enviado em 13/03/2015 - 17:14h 
		Você deve por seu usuário no arquivo "sudoers".
Só seguir os passos:
- Edite o arquivo sudoers;
 ~#: gedit /etc/sudoers 
- Acrescente as seguintes linhas referente ao seu usuário(troque USER pelo seu)
 
# User privilege specification
root	ALL=(ALL:ALL) ALL
USER	ALL=NOPASSWD:	ALL	
# Members of the admin group may gain root privileges
%admin ALL=(ALL) ALL
# Allow members of group sudo to execute any command
%sudo	ALL=(ALL:ALL) ALL
%USER	ALL=NOPASSWD:	ALL
 
- Salve o arquivo e feche, pronto !