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

12 lines
132 B
Markdown
Raw Normal View History

2016-02-20 01:09:13 +02:00
# visudo
2016-02-20 01:09:38 +02:00
> Safely edit the sudoers file.
2016-02-20 01:09:13 +02:00
- Edit sudoers file:
`sudo visudo`
- Check sudoers file for errors:
`sudo visudo -c`