source: BOOK/final-system/ppc/hfsutils.xml @ aeb56828

clfs-1.2clfs-2.1clfs-3.0.0-systemdclfs-3.0.0-sysvinitsystemdsysvinit
Last change on this file since aeb56828 was aeb56828, checked in by Jim Gifford <clfs@…>, 18 years ago

r638@server (orig r636): manuel | 2005-11-06 03:10:01 -0800
Indentation fixes (and testing commit privs.)

  • Property mode set to 100644
File size: 7.0 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3  "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
4  <!ENTITY % general-entities SYSTEM "../../general.ent">
5  <!ENTITY % patches-entities SYSTEM "../../patches.ent">
6  %general-entities;
7  %patches-entities;
8]>
9
10<sect1 id="ch-system-hfsutils" role="wrap">
11  <?dbhtml filename="hfsutils.html"?>
12
13  <title>Hfsutils-&hfsutils-version;</title>
14
15  <indexterm zone="ch-system-hfsutils">
16    <primary sortas="a-Hfsutils">Hfsutils</primary>
17  </indexterm>
18
19  <sect2 role="package">
20    <title/>
21
22    <para>The Hfsutils package contains a number of utilities for accessing
23    files on hfs filesystems.  It is needed to run ybin.</para>
24
25    <segmentedlist>
26      <segtitle>&buildtime;</segtitle>
27      <segtitle>&diskspace;</segtitle>
28
29      <seglistitem>
30        <seg>Not checked yet</seg>
31        <seg>Not checked yet</seg>
32      </seglistitem>
33    </segmentedlist>
34
35    <segmentedlist>
36      <segtitle>&dependencies;</segtitle>
37
38      <seglistitem>
39        <seg>Coreutils, GCC, and Make</seg>
40      </seglistitem>
41    </segmentedlist>
42
43  </sect2>
44
45  <sect2 role="installation">
46    <title>Installation of Hfsutils</title>
47
48    <para>Prepare Hfsutils for compilation:</para>
49
50<screen><userinput>./configure --prefix=/usr</userinput></screen>
51
52    <para>Compile the package.</para>
53
54<screen><userinput>make</userinput></screen>
55
56    <para>Install the package:</para>
57
58<screen><userinput>make install</userinput></screen>
59
60  </sect2>
61
62  <sect2 id="contents-hfsutils" role="content">
63    <title>Contents of Hfsutils</title>
64
65    <segmentedlist>
66      <segtitle>Installed programs</segtitle>
67
68      <seglistitem>
69        <seg>hattrib, hcd, hcopy, hdel, hdir, hfsutils, hformat, hls, hmkdir,
70        hmount, hpwd, hrename, hrmdir, humount, hvol (these are all hardlinks
71        to hfsutils).</seg>
72      </seglistitem>
73    </segmentedlist>
74
75    <variablelist>
76      <bridgehead renderas="sect3">Short Descriptions</bridgehead>
77      <?dbfo list-presentation="list"?>
78      <?dbhtml list-presentation="table"?>
79
80      <varlistentry id="hattrib">
81        <term><command>hattrib</command></term>
82        <listitem>
83          <para>Change FS file or directory attributes.</para>
84          <indexterm zone="ch-system-hfsutils hattrib">
85            <primary sortas="b-hattrib">hattrib</primary>
86          </indexterm>
87        </listitem>
88      </varlistentry>
89
90      <varlistentry id="hcd">
91        <term><command>hcd</command></term>
92        <listitem>
93          <para>Change working HFS directory.</para>
94          <indexterm zone="ch-system-hfsutils hcd">
95            <primary sortas="b-hcd">hcd</primary>
96          </indexterm>
97        </listitem>
98      </varlistentry>
99
100      <varlistentry id="hcopy">
101        <term><command>hcopy</command></term>
102        <listitem>
103          <para>Copy files to or from an HFS volume.</para>
104          <indexterm zone="ch-system-hfsutils hcopy">
105            <primary sortas="b-hcopy">hcopy</primary>
106          </indexterm>
107        </listitem>
108      </varlistentry>
109
110      <varlistentry id="hdel">
111        <term><command>hdel</command></term>
112        <listitem>
113          <para>Delete both forks of an HFS file.</para>
114          <indexterm zone="ch-system-hfsutils hdel">
115            <primary sortas="b-hdel">hdel</primary>
116          </indexterm>
117        </listitem>
118      </varlistentry>
119
120      <varlistentry id="hdir">
121        <term><command>hdir</command></term>
122        <listitem>
123          <para>Display an HFS directory in long format.</para>
124          <indexterm zone="ch-system-hfsutils hdir">
125            <primary sortas="b-hdir">hdir</primary>
126          </indexterm>
127        </listitem>
128      </varlistentry>
129
130      <varlistentry id="hformat">
131        <term><command>hformat</command></term>
132        <listitem>
133          <para>Create a new HFS filesystem and make it current.</para>
134          <indexterm zone="ch-system-hfsutils hformat">
135            <primary sortas="b-hformat">hformat</primary>
136          </indexterm>
137        </listitem>
138      </varlistentry>
139
140      <varlistentry id="hfsutils">
141        <term><command>hfsutils</command></term>
142        <listitem>
143          <para>Tools for accessing Macintosh HFS-formatted volumes.</para>
144          <indexterm zone="ch-system-hfsutils hfsutils">
145            <primary sortas="b-hfsutils">hfsutils</primary>
146          </indexterm>
147        </listitem>
148      </varlistentry>
149
150      <varlistentry id="hls">
151        <term><command>hls</command></term>
152        <listitem>
153          <para>List files in an HFS directory.</para>
154          <indexterm zone="ch-system-hfsutils hls">
155            <primary sortas="b-hls">hls</primary>
156          </indexterm>
157        </listitem>
158      </varlistentry>
159
160      <varlistentry id="hmkdir">
161        <term><command>hmkdir</command></term>
162        <listitem>
163          <para>Create a new HFS directory.</para>
164          <indexterm zone="ch-system-hfsutils hmkdir">
165            <primary sortas="b-hmkdir">hmkdir</primary>
166          </indexterm>
167        </listitem>
168      </varlistentry>
169
170      <varlistentry id="hmount">
171        <term><command>hmount</command></term>
172        <listitem>
173          <para>Introduce a new HFS volume and make it current.</para>
174          <indexterm zone="ch-system-hfsutils hmount">
175            <primary sortas="b-hmount">hmount</primary>
176          </indexterm>
177        </listitem>
178      </varlistentry>
179
180      <varlistentry id="hpwd">
181        <term><command>hpwd</command></term>
182        <listitem>
183          <para>Print the full path to the current HFS working directory.</para>
184          <indexterm zone="ch-system-hfsutils hpwd">
185            <primary sortas="b-hpwd">hpwd</primary>
186          </indexterm>
187        </listitem>
188      </varlistentry>
189
190      <varlistentry id="hrename">
191        <term><command>hrename</command></term>
192        <listitem>
193          <para>Rename or move an HFS file or directory.</para>
194          <indexterm zone="ch-system-hfsutils hrename">
195            <primary sortas="b-hrename">hrename</primary>
196          </indexterm>
197        </listitem>
198      </varlistentry>
199
200      <varlistentry id="hrmdir">
201        <term><command>hrmdir</command></term>
202        <listitem>
203          <para>Remaove an empty HFS directory.</para>
204          <indexterm zone="ch-system-hfsutils hrmdir">
205            <primary sortas="b-hrmdir">hrmdir</primary>
206          </indexterm>
207        </listitem>
208      </varlistentry>
209
210      <varlistentry id="humount">
211        <term><command>humount</command></term>
212        <listitem>
213          <para>Remove an HFS volume from the list of known volumes.</para>
214          <indexterm zone="ch-system-hfsutils humount">
215            <primary sortas="b-humount">humount</primary>
216          </indexterm>
217        </listitem>
218      </varlistentry>
219
220      <varlistentry id="hvol">
221        <term><command>hvol</command></term>
222        <listitem>
223          <para>Display or change the current HFS volume.</para>
224          <indexterm zone="ch-system-hfsutils hvol">
225            <primary sortas="b-hvol">hvol</primary>
226          </indexterm>
227        </listitem>
228      </varlistentry>
229
230    </variablelist>
231
232  </sect2>
233
234</sect1>
Note: See TracBrowser for help on using the repository browser.