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:
parent
7fed8f6837
commit
61c0ac06d8
2 changed files with 8 additions and 3 deletions
|
@ -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}}`
|
||||
|
|
|
@ -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`
|
||||
|
|
Loading…
Add table
Reference in a new issue