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.

Examples<br />

–q Prints a list of pathnames for the mountpoints of file systems mounted over<br />

a another file system, including that system. Options –q and –f are mutually<br />

exclusive, but one must be specified. If –v is not specified, only pathnames<br />

for mountpoints are printed. Note that the output of mount –q can be used<br />

by the unmount utility as input. See “Examples.”<br />

–r Specifies mounting a file system read-only.<br />

–s nosecurity|nosetuid<br />

Specifies that a file system is unsecured. Setuid, setgid, APF and program<br />

controlled attributes are ignored when you use nosetuid. To additionally<br />

disable authorization checking, use nosecurity. Minimum unique<br />

abbreviations can be used for the option arguments.<br />

Note: When a file system is mounted with the N<strong>OS</strong>ECURITY option<br />

enabled, any new files or directories that are created will be<br />

assigned an owner of UID 0, no matter what UID issued the request.<br />

–t fstype<br />

Identifies the file system type. fstype may be entered in mixed case but will<br />

be treated as upper case. If this option is not specified, the default is –t<br />

HFS.<br />

–v Verbose output. Includes additional information, if available, on output. If –v<br />

is specified on the mount command and the mount fails, the file system<br />

name that had the mount failure will be included in the failure information.<br />

pathname specifies the pathname for the mountpoint.<br />

File tag specific option<br />

–c ccsid,text|notext<br />

Specifies the file tag that will be implicitely set for untagged files in<br />

the mounted file system.<br />

ccsid Identifies the coded character set identifier to be<br />

implicitly set for the untagged file. ccsid is specified<br />

as a decimal value from 0 to 65535. However,<br />

when text is specified, the value must be between 0<br />

and 65535. Other than this, the value is not<br />

checked as being valid and the corresponding code<br />

page is not checked as being installed.<br />

For more information on file tagging, see z/<strong>OS</strong><br />

<strong>UNIX</strong> <strong>System</strong> <strong>Services</strong> Planning.<br />

text Specifies that each untagged file is implicitly<br />

marked as containing pure text data that can be<br />

converted.<br />

notext Specifies that none of the untagged files in the file<br />

system are automatically converted during file<br />

reading and writing.<br />

1. The output of mount –q can be used for the input of unmount. For example:<br />

mount -q /ict/hfsfir<br />

can be used as input:<br />

unmount $(mount -q /ict/hfsdir)<br />

mount<br />

Chapter 2. Shell command descriptions 435

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

Saved successfully!

Ooh no, something went wrong!