1xenhypfs(1)                           Xen                          xenhypfs(1)
2
3
4

NAME

6       xenhypfs - Xen tool to access Xen hypervisor file system
7

SYNOPSIS

9       xenhypfs subcommand [options] [args]
10

DESCRIPTION

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

SUBCOMMANDS

17       ls path
18           List the available entries below path.
19
20       cat [-b] path
21           Show the contents of the entry specified by path. Non-printable
22           characters other than white space characters (like tab, new line)
23           will be shown as \xnn (nn being a two digit hex number) unless the
24           option -b is specified.
25
26       write path value
27           Set the contents of the entry specified by path to value.
28
29       tree
30           Show all the entries of the file system as a tree.
31

RETURN CODES

33       0   Success
34
35       1   Invalid usage (e.g. unknown subcommand, unknown option, missing
36           parameter).
37
38       2   Entry not found while traversing the tree.
39
40       3   Access right violation.
41
42
43
444.14.1                            2021-03-18                       xenhypfs(1)
Impressum