0

if I run sudo visudo I get this page: enter image description here

How can I fix?

linofex
  • 554
  • 9
  • 28

1 Answers1

1

I solved removing the file with the command:

sudo rm /etc/.sudoers.tmp.swp 

now, sudo visudo works fine.

linofex
  • 554
  • 9
  • 28