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