16.12.2012 Views

z/OS V1R9.0 UNIX System Services Command ... - Christian Grothoff

z/OS V1R9.0 UNIX System Services Command ... - Christian Grothoff

z/OS V1R9.0 UNIX System Services Command ... - Christian Grothoff

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Exit Values<br />

mkdir /mega<br />

mount -f ’posix.hfs.mega’ /mega<br />

mkdir /mega/wellie0<br />

mount -f ’posix.hfs.wellie0’ /mega/wellie0<br />

then:<br />

unmount -R /mega<br />

will unmount the file system mounted at /mega/wellie0 and /mega. Entering the<br />

same command again:<br />

unmount -R /mega<br />

will attempt to unmount the file system containing the /mega directory (in this<br />

case root) and any other file systems that are mounted on root.<br />

0 Successful completion<br />

Related Information<br />

chmount, mount<br />

unpack — Decode Huffman packed files<br />

Format<br />

Description<br />

Localization<br />

unpack file...<br />

Note: The unpack utility is fully supported for compatibility with older <strong>UNIX</strong><br />

systems. However, it is recommended that the uncompress utility be used<br />

instead because it may provide greater functionality and is considered the<br />

standard for portable <strong>UNIX</strong> applications as defined by P<strong>OS</strong>IX.2 IEEE<br />

standard 1003.2-1992.<br />

unpack uncompresses files compressed by pack, using a Huffman minimal<br />

redundancy code. By default, unpack looks for file with a .z extension. It places the<br />

decompressed output in a file with the same name, but without the extension. The<br />

owner, permissions, and times of last access and last modification are also<br />

preserved. Packed files can be identified by file. You can use pcat to view packed<br />

text files without unpacking them in place.<br />

unpack doesn’t unpack a file if:<br />

v The file name is too long after the .z is removed<br />

v The input file cannot be opened<br />

v An existing file has the same name as the output file<br />

v The output file can’t be created<br />

v The input file doesn’t appear to have been created by pack<br />

unpack uses the following localization environment variables:<br />

v LANG<br />

v LC_ALL<br />

v LC_COLLATE<br />

v LC_CTYPE<br />

unmount<br />

Chapter 2. Shell command descriptions 731

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!