Skip to content
This repository has been archived by the owner on Sep 23, 2020. It is now read-only.

Commit

Permalink
fixed a few confusing prompts
Browse files Browse the repository at this point in the history
  • Loading branch information
pdmars authored and labisso committed Jul 8, 2010
1 parent 8929777 commit 7ba50d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/admin/z2c/vmm-setup.html
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ <h3>Set up libvirt permissions</h3>
</p>

<div class="panel"><pre>
root $ virsh -c 'xen+unix:///' list
root # virsh -c 'xen+unix:///' list
</pre></div>

<div class="note">
Expand Down Expand Up @@ -172,7 +172,7 @@ <h3>Set up libvirt permissions</h3>
Why? Because you are not root. Check out the permissions on <tt class="literal">/var/run/libvirt/libvirt-sock</tt>
</p>
<div class="panel"><pre>
root $ ls -l /var/run/libvirt/libvirt-sock
root # ls -l /var/run/libvirt/libvirt-sock
srwx------ 1 root root 0 Jul 1 21:28 /var/run/libvirt/libvirt-sock
</pre></div>

Expand Down

0 comments on commit 7ba50d0

Please sign in to comment.