1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/common/visudo.md
2021-11-25 21:32:48 +00:00

261 B

visudo

Safely edit the sudoers file. More information: https://www.sudo.ws/man/1.8.13/visudo.man.html.

  • Edit the sudoers file:

sudo visudo

  • Check the sudoers file for errors:

sudo visudo -c

  • Display version information:

visudo --version