[164c9be] | 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 | %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 ybin.</para>
|
---|
| 22 |
|
---|
| 23 | <segmentedlist>
|
---|
| 24 | <segtitle>&dependencies;</segtitle>
|
---|
| 25 |
|
---|
| 26 | <seglistitem>
|
---|
| 27 | <seg>Coreutils, GCC, and Make</seg>
|
---|
| 28 | </seglistitem>
|
---|
| 29 | </segmentedlist>
|
---|
| 30 |
|
---|
| 31 | </sect2>
|
---|
| 32 |
|
---|
| 33 | <sect2 role="installation">
|
---|
| 34 | <title>Installation of Hfsutils</title>
|
---|
| 35 |
|
---|
| 36 | <para>Prepare Hfsutils for compilation:</para>
|
---|
| 37 |
|
---|
| 38 | <screen><userinput>./configure --prefix=/usr</userinput></screen>
|
---|
| 39 |
|
---|
| 40 | <para>Compile the package.</para>
|
---|
| 41 |
|
---|
| 42 | <screen><userinput>make</userinput></screen>
|
---|
| 43 |
|
---|
| 44 | <para>Install the package:</para>
|
---|
| 45 |
|
---|
| 46 | <screen><userinput>make install</userinput></screen>
|
---|
| 47 |
|
---|
| 48 | </sect2>
|
---|
| 49 |
|
---|
| 50 | <sect2 id="contents-hfsutils" role="content">
|
---|
| 51 | <title>Contents of Hfsutils</title>
|
---|
| 52 |
|
---|
| 53 | <segmentedlist>
|
---|
| 54 | <segtitle>Installed programs</segtitle>
|
---|
| 55 |
|
---|
| 56 | <seglistitem>
|
---|
[e2c319f] | 57 | <seg>hattrib, hcd, hcopy, hdel, hdir, hfsutils, hformat, hls, hmkdir,
|
---|
| 58 | hmount, hpwd, hrename, hrmdir, humount, hvol (these are all hardlinks
|
---|
| 59 | to hfsutils).</seg>
|
---|
[164c9be] | 60 | </seglistitem>
|
---|
| 61 | </segmentedlist>
|
---|
| 62 |
|
---|
| 63 | <variablelist>
|
---|
| 64 | <bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
---|
| 65 | <?dbfo list-presentation="list"?>
|
---|
| 66 | <?dbhtml list-presentation="table"?>
|
---|
| 67 |
|
---|
| 68 | <varlistentry id="hattrib">
|
---|
| 69 | <term><command>hattrib</command></term>
|
---|
[e2c319f] | 70 | <listitem>
|
---|
| 71 | <para>Change FS file or directory attributes.</para>
|
---|
| 72 | <indexterm zone="ch-system-hfsutils hattrib">
|
---|
| 73 | <primary sortas="b-hattrib">hattrib</primary>
|
---|
| 74 | </indexterm>
|
---|
| 75 | </listitem>
|
---|
[164c9be] | 76 | </varlistentry>
|
---|
| 77 |
|
---|
| 78 | <varlistentry id="hcd">
|
---|
| 79 | <term><command>hcd</command></term>
|
---|
[e2c319f] | 80 | <listitem>
|
---|
| 81 | <para>Change working HFS directory.</para>
|
---|
| 82 | <indexterm zone="ch-system-hfsutils hcd">
|
---|
| 83 | <primary sortas="b-hcd">hcd</primary>
|
---|
| 84 | </indexterm>
|
---|
| 85 | </listitem>
|
---|
[164c9be] | 86 | </varlistentry>
|
---|
| 87 |
|
---|
| 88 | <varlistentry id="hcopy">
|
---|
| 89 | <term><command>hcopy</command></term>
|
---|
[e2c319f] | 90 | <listitem>
|
---|
| 91 | <para>Copy files to or from an HFS volume.</para>
|
---|
| 92 | <indexterm zone="ch-system-hfsutils hcopy">
|
---|
| 93 | <primary sortas="b-hcopy">hcopy</primary>
|
---|
| 94 | </indexterm>
|
---|
| 95 | </listitem>
|
---|
[164c9be] | 96 | </varlistentry>
|
---|
| 97 |
|
---|
| 98 | <varlistentry id="hdel">
|
---|
| 99 | <term><command>hdel</command></term>
|
---|
[e2c319f] | 100 | <listitem>
|
---|
| 101 | <para>Delete both forks of an HFS file.</para>
|
---|
| 102 | <indexterm zone="ch-system-hfsutils hdel">
|
---|
| 103 | <primary sortas="b-hdel">hdel</primary>
|
---|
| 104 | </indexterm>
|
---|
| 105 | </listitem>
|
---|
[164c9be] | 106 | </varlistentry>
|
---|
| 107 |
|
---|
| 108 | <varlistentry id="hdir">
|
---|
| 109 | <term><command>hdir</command></term>
|
---|
[e2c319f] | 110 | <listitem>
|
---|
| 111 | <para>Display an HFS directory in long format.</para>
|
---|
| 112 | <indexterm zone="ch-system-hfsutils hdir">
|
---|
| 113 | <primary sortas="b-hdir">hdir</primary>
|
---|
| 114 | </indexterm>
|
---|
| 115 | </listitem>
|
---|
[164c9be] | 116 | </varlistentry>
|
---|
| 117 |
|
---|
| 118 | <varlistentry id="hformat">
|
---|
| 119 | <term><command>hformat</command></term>
|
---|
[e2c319f] | 120 | <listitem>
|
---|
| 121 | <para>Create a new HFS filesystem and make it current.</para>
|
---|
| 122 | <indexterm zone="ch-system-hfsutils hformat">
|
---|
| 123 | <primary sortas="b-hformat">hformat</primary>
|
---|
| 124 | </indexterm>
|
---|
| 125 | </listitem>
|
---|
[164c9be] | 126 | </varlistentry>
|
---|
| 127 |
|
---|
| 128 | <varlistentry id="hfsutils">
|
---|
| 129 | <term><command>hfsutils</command></term>
|
---|
[e2c319f] | 130 | <listitem>
|
---|
| 131 | <para>Tools for accessing Macintosh HFS-formatted volumes.</para>
|
---|
| 132 | <indexterm zone="ch-system-hfsutils hfsutils">
|
---|
| 133 | <primary sortas="b-hfsutils">hfsutils</primary>
|
---|
| 134 | </indexterm>
|
---|
| 135 | </listitem>
|
---|
[164c9be] | 136 | </varlistentry>
|
---|
| 137 |
|
---|
| 138 | <varlistentry id="hls">
|
---|
| 139 | <term><command>hls</command></term>
|
---|
[e2c319f] | 140 | <listitem>
|
---|
| 141 | <para>List files in an HFS directory.</para>
|
---|
| 142 | <indexterm zone="ch-system-hfsutils hls">
|
---|
| 143 | <primary sortas="b-hls">hls</primary>
|
---|
| 144 | </indexterm>
|
---|
| 145 | </listitem>
|
---|
[164c9be] | 146 | </varlistentry>
|
---|
| 147 |
|
---|
| 148 | <varlistentry id="hmkdir">
|
---|
| 149 | <term><command>hmkdir</command></term>
|
---|
[e2c319f] | 150 | <listitem>
|
---|
| 151 | <para>Create a new HFS directory.</para>
|
---|
| 152 | <indexterm zone="ch-system-hfsutils hmkdir">
|
---|
| 153 | <primary sortas="b-hmkdir">hmkdir</primary>
|
---|
| 154 | </indexterm>
|
---|
| 155 | </listitem>
|
---|
[164c9be] | 156 | </varlistentry>
|
---|
| 157 |
|
---|
| 158 | <varlistentry id="hmount">
|
---|
| 159 | <term><command>hmount</command></term>
|
---|
[e2c319f] | 160 | <listitem>
|
---|
| 161 | <para>Introduce a new HFS volume and make it current.</para>
|
---|
| 162 | <indexterm zone="ch-system-hfsutils hmount">
|
---|
| 163 | <primary sortas="b-hmount">hmount</primary>
|
---|
| 164 | </indexterm>
|
---|
| 165 | </listitem>
|
---|
[164c9be] | 166 | </varlistentry>
|
---|
| 167 |
|
---|
| 168 | <varlistentry id="hpwd">
|
---|
| 169 | <term><command>hpwd</command></term>
|
---|
[e2c319f] | 170 | <listitem>
|
---|
| 171 | <para>Print the full path to the current HFS working directory.</para>
|
---|
| 172 | <indexterm zone="ch-system-hfsutils hpwd">
|
---|
| 173 | <primary sortas="b-hpwd">hpwd</primary>
|
---|
| 174 | </indexterm>
|
---|
| 175 | </listitem>
|
---|
[164c9be] | 176 | </varlistentry>
|
---|
| 177 |
|
---|
| 178 | <varlistentry id="hrename">
|
---|
| 179 | <term><command>hrename</command></term>
|
---|
[e2c319f] | 180 | <listitem>
|
---|
| 181 | <para>Rename or move an HFS file or directory.</para>
|
---|
| 182 | <indexterm zone="ch-system-hfsutils hrename">
|
---|
| 183 | <primary sortas="b-hrename">hrename</primary>
|
---|
| 184 | </indexterm>
|
---|
| 185 | </listitem>
|
---|
[164c9be] | 186 | </varlistentry>
|
---|
| 187 |
|
---|
| 188 | <varlistentry id="hrmdir">
|
---|
| 189 | <term><command>hrmdir</command></term>
|
---|
[e2c319f] | 190 | <listitem>
|
---|
| 191 | <para>Remaove an empty HFS directory.</para>
|
---|
| 192 | <indexterm zone="ch-system-hfsutils hrmdir">
|
---|
| 193 | <primary sortas="b-hrmdir">hrmdir</primary>
|
---|
| 194 | </indexterm>
|
---|
| 195 | </listitem>
|
---|
[164c9be] | 196 | </varlistentry>
|
---|
| 197 |
|
---|
| 198 | <varlistentry id="humount">
|
---|
| 199 | <term><command>humount</command></term>
|
---|
[e2c319f] | 200 | <listitem>
|
---|
| 201 | <para>Remove an HFS volume from the list of known volumes.</para>
|
---|
| 202 | <indexterm zone="ch-system-hfsutils humount">
|
---|
| 203 | <primary sortas="b-humount">humount</primary>
|
---|
| 204 | </indexterm>
|
---|
| 205 | </listitem>
|
---|
[164c9be] | 206 | </varlistentry>
|
---|
| 207 |
|
---|
| 208 | <varlistentry id="hvol">
|
---|
| 209 | <term><command>hvol</command></term>
|
---|
[e2c319f] | 210 | <listitem>
|
---|
| 211 | <para>Display or change the current HFS volume.</para>
|
---|
| 212 | <indexterm zone="ch-system-hfsutils hvol">
|
---|
| 213 | <primary sortas="b-hvol">hvol</primary>
|
---|
| 214 | </indexterm>
|
---|
| 215 | </listitem>
|
---|
[164c9be] | 216 | </varlistentry>
|
---|
| 217 |
|
---|
| 218 | </variablelist>
|
---|
| 219 |
|
---|
| 220 | </sect2>
|
---|
| 221 |
|
---|
| 222 | </sect1>
|
---|