1 =head1 NAME
2 
3 xenstore - interact with Xenstore
4 
5 =head1 SYNOPSIS
6 
7 B<xenstore> I<CMD> ...
8 
9 =head1 DESCRIPTION
10 
11 A set of utilities for interacting with Xenstore.
12 
13 =over
14 
15 =item B<xenstore-chmod>(1)
16 
17 Sets the permissions of keys.
18 
19 =item B<xenstore-exists>(1)
20 
21 Test for the existance of a key.
22 
23 =item B<xenstore-list>(1)
24 
25 List keys.
26 
27 =item B<xenstore-ls>(1)
28 
29 List keys, values and permissions.
30 
31 =item B<xenstore-read>(1)
32 
33 Read the value of a key.
34 
35 =item B<xenstore-rm>(1)
36 
37 Remove keys.
38 
39 =item B<xenstore-watch>(1)
40 
41 Watch for changes to keys or values.
42 
43 =item B<xenstore-write>(1)
44 
45 Add or modify keys and values.
46 
47 =back
48 
49 =head1 BUGS
50 
51 Send bugs to xen-devel@lists.xen.org, see
52 http://wiki.xen.org/xenwiki/ReportingBugs on how to send bug reports.
53