if I run sudo visudo I get this page:
sudo visudo
How can I fix?
nano
I solved removing the file with the command:
sudo rm /etc/.sudoers.tmp.swp
now, sudo visudo works fine.
nano
? – heemayl May 13 '16 at 18:01