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

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

fuser<br />

Exit Values<br />

or<br />

Related Information<br />

kill, ps<br />

fuser -kuc /u/home/code<br />

Your output would look like:<br />

/u/home/code: 111111c(Steve) 222222r(Erin) 333333(Garth)<br />

444444c(Steve) 555555r(Renata) 66666c(Angie)<br />

This command lists the process number and user name, and then sends a kill<br />

signal to each process that is using the /u/home file system. Only a superuser<br />

can terminate processes that belong to another user. You might want to use this<br />

command if you are trying to unmount the /u/home file system and a process<br />

that is accessing the file system prevents this.<br />

0 Successful completion<br />

1 An error<br />

gencat — Create or modify message catalogs<br />

Format<br />

Description<br />

gencat CatalogFile MessageFile ...<br />

gencat merges the message text source files MessageFile (usually *.msg) into a<br />

formatted message catalog CatalogFile (usually *.cat). The file CatalogFile is<br />

created if it does not already exist. If CatalogFile does exist, its messages are<br />

modified according to the directives in the MessageFiles. If set and message<br />

numbers are the same, the new message text defined in MessageFile replaces the<br />

message text defined in CatalogFile.<br />

You can specify any number of MessageFiles. gencat processes the MessageFiles<br />

one after another, in the sequence specified. Each successive MessageFile<br />

modifies the CatalogFile.<br />

If – is specified for CatalogFile, standard output (stdout) is used. If – is specified for<br />

MessageFile, standard input (stdin) is used.<br />

gencat does not accept symbolic message identifiers. You must use mkcatdefs if<br />

you want to use symbolic message identifiers.<br />

Extended Description<br />

The format of a message text source file is defined as follows. All characters must<br />

be encoded as singlebyte characters except where noted. The fields of a message<br />

text source line are separated by a single blank character. Any other blank<br />

characters are considered as being a part of the subsequent field.<br />

$set n comment<br />

Specifies the set identifier of the following messages until the next $set or<br />

end of file appears. The n denotes the set identifier, which is defined as a<br />

number in the range 1–NL_SETMAX. Set identifiers must be in ascending<br />

292 z/<strong>OS</strong> <strong>V1R9.0</strong> <strong>UNIX</strong> <strong>System</strong> <strong>Services</strong> <strong>Command</strong> Reference

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

Saved successfully!

Ooh no, something went wrong!