1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-10 07:15:43 +02:00

sdcv, visudo: add link and --version example (#7207)

This commit is contained in:
Sailesh Shrestha 2021-11-26 03:17:48 +05:45 committed by GitHub
parent 7fed8f6837
commit 61c0ac06d8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 3 deletions

View file

@ -30,4 +30,4 @@
- Search for dictionaries in a specific directory:
`sdvc --data-dir {{path/to/directory}} {{search_term}}`
`sdcv --data-dir {{path/to/directory}} {{search_term}}`

View file

@ -1,11 +1,16 @@
# visudo
> Safely edit the sudoers file.
> More information: <https://www.sudo.ws/man/1.8.13/visudo.man.html>.
- Edit sudoers file:
- Edit the sudoers file:
`sudo visudo`
- Check sudoers file for errors:
- Check the sudoers file for errors:
`sudo visudo -c`
- Display version information:
`visudo --version`