mirror of
https://github.com/hashicorp/vagrant.git
synced 2026-05-28 04:36:05 -04:00
Backslash-escape * character.
This commit is contained in:
parent
809000439d
commit
74d28ed3c2
1 changed files with 1 additions and 1 deletions
|
|
@ -138,7 +138,7 @@ Below, we have a couple example sudoers entries. Note that you may
|
|||
have to modify them _slightly_ on certain hosts because the way Vagrant
|
||||
modifies `/etc/exports` changes a bit from OS to OS.
|
||||
|
||||
For *nix users, make sure to edit your `/etc/sudoers` file with `visudo`. It protects you against syntax errors which could leave you without the ability to gain elevated privileges.
|
||||
For \*nix users, make sure to edit your `/etc/sudoers` file with `visudo`. It protects you against syntax errors which could leave you without the ability to gain elevated privileges.
|
||||
|
||||
All of the snippets below require Vagrant version 1.7.3 or higher.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue