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

clfs-1.2 clfs-2.1 clfs-3.0.0-systemd clfs-3.0.0-sysvinit systemd sysvinit
Last change on this file since fd15fb0 was aa18ac0, checked in by Manuel Canales Esparcia <manuel@…>, 17 years ago

Updated trunk book sources to use DocBook-XML DTD 4.5.

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