logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

xenhypfs - Xen tool to access Xen hypervisor file system

Description

       The xenhypfs program is used to access the Xen hypervisor file system.  It can be used to show the
       available entries, to show their contents and (if allowed) to modify their contents.

Name

       xenhypfs - Xen tool to access Xen hypervisor file system

Return Codes

0   Success

       1   Invalid usage (e.g. unknown subcommand, unknown option, missing parameter).

       2   Entry not found while traversing the tree.

       3   Access right violation.

4.20.1-pre                                         2025-05-05                                        xenhypfs(1)

Subcommands

lspath
           List the available entries below path.

       cat [-b] path
           Show  the  contents  of  the entry specified by path. Non-printable characters other than white space
           characters (like tab, new line) will be shown as \xnn (nn being a two digit hex  number)  unless  the
           option -b is specified.

       writepathvalue
           Set the contents of the entry specified by path to value.

       tree
           Show all the entries of the file system as a tree.

Synopsis

xenhypfssubcommand [options] [args]

See Also