.\" -*- mode: troff; coding: utf-8 -*- .\" Automatically generated by Pod::Man 5.01 (Pod::Simple 3.43) .\" .\" Standard preamble: .\" ======================================================================== .de Sp \" Vertical space (when we can't use .PP) .if t .sp .5v .if n .sp .. .de Vb \" Begin verbatim text .ft CW .nf .ne \\$1 .. .de Ve \" End verbatim text .ft R .fi .. .\" \*(C` and \*(C' are quotes in nroff, nothing in troff, for use with C<>. .ie n \{\ . ds C` "" . ds C' "" 'br\} .el\{\ . ds C` . ds C' 'br\} .\" .\" Escape single quotes in literal strings from groff's Unicode transform. .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" .\" If the F register is >0, we'll generate index entries on stderr for .\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index .\" entries marked with X<> in POD. Of course, you'll have to process the .\" output yourself in some meaningful fashion. .\" .\" Avoid warning from groff about undefined register 'F'. .de IX .. .nr rF 0 .if \n(.g .if rF .nr rF 1 .if (\n(rF:(\n(.g==0)) \{\ . if \nF \{\ . de IX . tm Index:\\$1\t\\n%\t"\\$2" .. . if !\nF==2 \{\ . nr % 0 . nr F 2 . \} . \} .\} .rr rF .\" ======================================================================== .\" .IX Title "xenstore-ls 1" .TH xenstore-ls 1 2024-02-24 4.17.4-pre Xen .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l .nh .SH NAME xenstore\-ls \- list Xenstore keys and values .SH SYNOPSIS .IX Header "SYNOPSIS" \&\fBxenstore-ls\fR [\fIOPTION\fR]... [\fIPATH\fR]... .SH DESCRIPTION .IX Header "DESCRIPTION" List keys, values and permissions of one or more Xenstore \fIPATH\fRs, using a nested, tree-like view. .IP \fB\-f\fR 4 .IX Item "-f" Show the full path for all keys. .IP \fB\-p\fR 4 .IX Item "-p" Show permissions of all the listed keys as comma separated list. The format of each permission is \fILD\fR, where \fIL\fR is a letter for the type of permission and \fID\fR is the corresponding domain ID. .Sp The types of permission are: .RS 4 .IP \fBr\fR 4 .IX Item "r" read .IP \fBw\fR 4 .IX Item "w" write .IP \fBb\fR 4 .IX Item "b" read and write (both) .IP \fBn\fR 4 .IX Item "n" no access .RE .RS 4 .Sp The first permission entry is the domain owning the key (the owner) \&\fIand\fR the permissions for any domain not explicitly listed in subsequent entries. The key owner always has full access (read, write, and set permissions). .RE .SH BUGS .IX Header "BUGS" Send bugs to xen\-devel@lists.xenproject.org, see https://wiki.xenproject.org/wiki/Reporting_Bugs_against_Xen_Project on how to send bug reports.