aboutsummaryrefslogtreecommitdiffstats
path: root/docs/man/xenstore.pod.1
blob: 74172891e2c73b509692814dbee8399f4190df08 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
=head1 NAME

xenstore - interact with Xenstore

=head1 SYNOPSIS

B<xenstore> I<CMD> ...

=head1 DESCRIPTION

A set of utilities for interacting with Xenstore.

=over

=item B<xenstore-chmod>(1)

Sets the permissions of keys.

=item B<xenstore-exists>(1)

Test for the existance of a key.

=item B<xenstore-list>(1)

List keys.

=item B<xenstore-ls>(1)

List keys, values and permissions.

=item B<xenstore-read>(1)

Read the value of a key.

=item B<xenstore-rm>(1)

Remove keys.

=item B<xenstore-watch>(1)

Watch for changes to keys or values.

=item B<xenstore-write>(1)

Add or modify keys and values.

=back

=head1 BUGS

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