source: vendor/current/source4/lib/registry/man/regtree.1.xml@ 740

Last change on this file since 740 was 740, checked in by Silvan Scherrer, 12 years ago

Samba Server: update vendor to 3.6.0

File size: 2.5 KB
Line 
1<?xml version="1.0" encoding="iso-8859-1"?>
2<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
3<refentry id="regtree.1">
4
5<refmeta>
6 <refentrytitle>regtree</refentrytitle>
7 <manvolnum>1</manvolnum>
8</refmeta>
9
10
11<refnamediv>
12 <refname>regtree</refname>
13 <refpurpose>Text-mode registry viewer</refpurpose>
14</refnamediv>
15
16<refsynopsisdiv>
17 <cmdsynopsis>
18 <command>regtree</command>
19 <arg choice="opt">--help</arg>
20 <arg choice="opt">--backend=BACKEND</arg>
21 <arg choice="opt">--fullpath</arg>
22 <arg choice="opt">--no-values</arg>
23 <arg choice="opt">--credentials=CREDENTIALS</arg>
24 <arg choice="opt">location</arg>
25 </cmdsynopsis>
26</refsynopsisdiv>
27
28<refsect1>
29 <title>DESCRIPTION</title>
30
31 <para>The regtree utility prints out all the contents of a
32 Windows registry file. Subkeys are printed with one level
33 more indentation than their parents. </para>
34
35</refsect1>
36
37
38<refsect1>
39 <title>OPTIONS</title>
40
41 <variablelist>
42 <varlistentry>
43 <term>--help</term>
44 <listitem><para>
45 Show list of available options.</para></listitem>
46 </varlistentry>
47
48 <varlistentry>
49 <term>--backend BACKEND</term>
50 <listitem><para>Name of backend to load. Possible values are:
51 creg, regf, dir and rpc. The default is <emphasis>dir</emphasis>.
52 </para></listitem>
53 </varlistentry>
54
55 <varlistentry>
56 <term>--credentials=CREDENTIALS</term>
57 <listitem><para>
58 Credentials to use, if any. Password should be separated from user name by a percent sign.</para></listitem>
59 </varlistentry>
60
61 <varlistentry>
62 <term>--fullpath</term>
63 <listitem><para>
64 Print the full path to each key instead of only its name.
65 </para>
66 </listitem>
67 </varlistentry>
68
69 <varlistentry><term>--no-values</term>
70 <listitem><para>Don't print values, just keys.</para></listitem>
71 </varlistentry>
72 </variablelist>
73
74</refsect1>
75
76<refsect1>
77 <title>VERSION</title>
78
79 <para>This man page is correct for version 4.0 of the Samba suite.</para>
80</refsect1>
81
82<refsect1>
83 <title>SEE ALSO</title>
84
85 <para>gregedit, regshell, regdiff, regpatch, samba</para>
86
87</refsect1>
88
89<refsect1>
90 <title>AUTHOR</title>
91
92 <para>This utility is part of the <ulink url="http://www.samba.org/">Samba</ulink> suite, which is developed by the global <ulink url="http://www.samba.org/samba/team/">Samba Team</ulink>.</para>
93
94 <para>This manpage and regtree were written by Jelmer Vernooij. </para>
95
96</refsect1>
97
98</refentry>
Note: See TracBrowser for help on using the repository browser.