1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-11-02 01:18:00 +01:00
tldr/pages/common/visudo.md

12 lines
132 B
Markdown
Raw Normal View History

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