1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-24 23:35:25 +02:00

visudo: add example (#8154)

This commit is contained in:
kai 2022-06-27 05:17:40 -05:00 committed by GitHub
parent f9dd1e3c41
commit 6ae6a1bad2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,6 +11,10 @@
`sudo visudo -c`
- Edit the sudoers file using a specific editor:
`sudo EDITOR={{editor}} visudo`
- Display version information:
`visudo --version`