Sophie

Sophie

distrib > Mageia > 5 > i586 > media > core-release > by-pkgid > e74a9b85ef914482fe1f7882f09cedae > files > 179

xen-doc-4.5.0-4.mga5.i586.rpm

<?xml version="1.0" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title></title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<link rev="made" href="mailto:root@localhost" />
</head>

<body>



<ul id="index">
  <li><a href="#NAME">NAME</a></li>
  <li><a href="#SYNOPSIS">SYNOPSIS</a></li>
  <li><a href="#DESCRIPTION">DESCRIPTION</a></li>
  <li><a href="#BUGS">BUGS</a></li>
</ul>

<h1 id="NAME">NAME</h1>

<p>xenstore-ls - list Xenstore keys and values</p>

<h1 id="SYNOPSIS">SYNOPSIS</h1>

<p><b>xenstore-ls</b> [<i>OPTION</i>]... [<i>PATH</i>]...</p>

<h1 id="DESCRIPTION">DESCRIPTION</h1>

<p>List keys, values and permissions of one or more Xenstore <i>PATH</i>s, using a nested, tree-like view.</p>

<dl>

<dt id="f"><b>-f</b></dt>
<dd>

<p>Show the full path for all keys.</p>

</dd>
<dt id="p"><b>-p</b></dt>
<dd>

<p>Show permissions of all the listed keys as comma separated list. The format of each permission is <i>LD</i>, where <i>L</i> is a letter for the type of permission and <i>D</i> is the corresponding domain ID.</p>

<p>The types of permission are:</p>

<dl>

<dt id="r"><b>r</b></dt>
<dd>

<p>read</p>

</dd>
<dt id="w"><b>w</b></dt>
<dd>

<p>write</p>

</dd>
<dt id="b"><b>b</b></dt>
<dd>

<p>read and write (both)</p>

</dd>
<dt id="n"><b>n</b></dt>
<dd>

<p>no access</p>

</dd>
</dl>

<p>The first permission entry is the domain owning the key (the owner) <i>and</i> the permissions for any domain not explicitly listed in subsequent entries. The key owner always has full access (read, write, and set permissions).</p>

</dd>
<dt id="s"><b>-s</b></dt>
<dd>

<p>Connect to the Xenstore daemon using a local socket only.</p>

</dd>
</dl>

<h1 id="BUGS">BUGS</h1>

<p>Send bugs to xen-devel@lists.xen.org, see http://wiki.xen.org/xenwiki/ReportingBugs on how to send bug reports.</p>


</body>

</html>