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

17 lines
261 B
Markdown
Raw Normal View History

# visudo
2016-02-20 01:09:13 +02:00
2016-02-20 01:09:38 +02:00
> Safely edit the sudoers file.
> More information: <https://www.sudo.ws/man/1.8.13/visudo.man.html>.
2016-02-20 01:09:13 +02:00
- Edit the sudoers file:
2016-02-20 01:09:13 +02:00
`sudo visudo`
- Check the sudoers file for errors:
2016-02-20 01:09:13 +02:00
`sudo visudo -c`
- Display version information:
`visudo --version`