1xenstore-ls(1)                        Xen                       xenstore-ls(1)
2
3
4

NAME

6       xenstore-ls - list Xenstore keys and values
7

SYNOPSIS

9       xenstore-ls [OPTION]... [PATH]...
10

DESCRIPTION

12       List keys, values and permissions of one or more Xenstore PATHs, using
13       a nested, tree-like view.
14
15       -f  Show the full path for all keys.
16
17       -p  Show permissions of all the listed keys as comma separated list.
18           The format of each permission is LD, where L is a letter for the
19           type of permission and D is the corresponding domain ID.
20
21           The types of permission are:
22
23           r   read
24
25           w   write
26
27           b   read and write (both)
28
29           n   no access
30
31           The first permission entry is the domain owning the key (the owner)
32           and the permissions for any domain not explicitly listed in
33           subsequent entries.  The key owner always has full access (read,
34           write, and set permissions).
35
36       -s  Connect to the Xenstore daemon using a local socket only.
37

BUGS

39       Send bugs to xen-devel@lists.xenproject.org, see
40       https://wiki.xenproject.org/wiki/Reporting_Bugs_against_Xen_Project on
41       how to send bug reports.
42
43
44
454.13.0                            2020-04-14                    xenstore-ls(1)
Impressum