mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
20 lines
337 B
Markdown
20 lines
337 B
Markdown
# visudo
|
|
|
|
> Safely edit the sudoers file.
|
|
> More information: <https://www.sudo.ws/docs/man/visudo.man>.
|
|
|
|
- Edit the sudoers file:
|
|
|
|
`sudo visudo`
|
|
|
|
- Check the sudoers file for errors:
|
|
|
|
`sudo visudo -c`
|
|
|
|
- Edit the sudoers file using a specific editor:
|
|
|
|
`sudo EDITOR={{editor}} visudo`
|
|
|
|
- Display version information:
|
|
|
|
`visudo --version`
|