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:
parent
f9dd1e3c41
commit
6ae6a1bad2
1 changed files with 4 additions and 0 deletions
|
@ -11,6 +11,10 @@
|
|||
|
||||
`sudo visudo -c`
|
||||
|
||||
- Edit the sudoers file using a specific editor:
|
||||
|
||||
`sudo EDITOR={{editor}} visudo`
|
||||
|
||||
- Display version information:
|
||||
|
||||
`visudo --version`
|
||||
|
|
Loading…
Add table
Reference in a new issue