Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
xenstore-ls(1)			      Xen			xenstore-ls(1)

NAME
       xenstore-ls - list Xenstore keys	and values

SYNOPSIS
       xenstore-ls [OPTION]... [PATH]...

DESCRIPTION
       List keys, values and permissions of one	or more	Xenstore PATHs,	using
       a nested, tree-like view.

       -f  Show	the full path for all keys.

       -p  Show	permissions of all the listed keys as comma separated list.
	   The format of each permission is LD,	where L	is a letter for	the
	   type	of permission and D is the corresponding domain	ID.

	   The types of	permission are:

	   r   read

	   w   write

	   b   read and	write (both)

	   n   no access

	   The first permission	entry is the domain owning the key (the	owner)
	   and the permissions for any domain not explicitly listed in
	   subsequent entries.	The key	owner always has full access (read,
	   write, and set permissions).

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.

4.19.2-pre			  2025-02-17			xenstore-ls(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=xenstore-ls&sektion=1&manpath=FreeBSD+Ports+15.0>

home | help