1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81
|
<!doctype refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN" [
<!ENTITY debian "<productname>Debian GNU/Linux</productname>">
<!ENTITY hfsplus "<productname>hfsplus</productname>">
<!ENTITY hfsutils "<productname>hfsutils</productname>">
]>
<refentry>
<refentryinfo>
<address>
<email>jensen@debian.org</email>
</address>
<author>
<firstname>Jens</firstname>
<surname>Schmalzing</surname>
</author>
<date>Mar 13 2001</date>
</refentryinfo>
<refmeta>
<refentrytitle>hpcd</refentrytitle>
<manvolnum>1</manvolnum>
</refmeta>
<refnamediv>
<refname>hpcd</refname>
<refpurpose>change directory on an HFS+ volume</refpurpose>
</refnamediv>
<refsynopsisdiv>
<cmdsynopsis>
<command>hpcd</command>
<arg choice="plain"> <replaceable>hfs-path</replaceable></arg>
</cmdsynopsis>
</refsynopsisdiv>
<refsect1>
<title>Description</title>
<para>
<command>hpcd</command> changes the current working directory on
the previously mounted HFS+ volume. Subsequent commands will
interpret filenames relative to this directory.
</para>
</refsect1>
<refsect1>
<title>See also</title>
<para>
hfsplus(7), hpmount(1), hpls(1), hppwd(1), hprm(1), hpmkdir(1), hpcopy(1), hpumount(1), hpfsck(1).
</para>
</refsect1>
<refsect1>
<title>Author</title>
<para>
This manual page was written by Jens Schmalzing
<email><jensen@debian.org></email> for &debian; using the
manual page by Klaus Halfmann
<email><halfmann@libra.de></email> that comes with the
source code and documentation from the <productname>Tech Info
Library</productname>.
</para>
</refsect1>
</refentry>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:2
sgml-indent-data:t
sgml-parent-document:nil
sgml-default-dtd-file:nil
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
-->
|