tldr/pages/common/visudo.md

21 lines
337 B
Markdown
Raw Normal View History

# visudo
2016-02-19 23:09:13 +00:00
2016-02-19 23:09:38 +00:00
> Safely edit the sudoers file.
> More information: <https://www.sudo.ws/docs/man/visudo.man>.
2016-02-19 23:09:13 +00:00
- Edit the sudoers file:
2016-02-19 23:09:13 +00:00
`sudo visudo`
- Check the sudoers file for errors:
2016-02-19 23:09:13 +00:00
`sudo visudo -c`
2022-06-27 11:17:40 +01:00
- Edit the sudoers file using a specific editor:
`sudo EDITOR={{editor}} visudo`
- Display version information:
`visudo --version`