Hitachi

Job Management Partner 1 Version 10 Job Management Partner 1/Advanced Shell Description, User's Guide, Reference, and Operator's Guide


chmod command (disables the chmod commands specified in job definition scripts)

Organization of this page

Format

chmod [option][mode][path-name]

You can create this command by using the script_0 sample script file as the base. For details about how to create the command, see 2.6.6(2) Preparations for using the script-format UNIX-compatible commands (Windows only).

Description

This command disables all the chmod commands and their arguments that are specified in job definition scripts. This command always terminates normally with return code 0.

In Windows, if access control is performed for each login user, it might not be necessary to change access permissions when job definition scripts are run. In such a case, you can use this command to disable all chmod commands specified in job definition scripts, thereby eliminating the need to modify job definition scripts that have been migrated from a UNIX system to a Windows system.

Arguments

option

Ignores the specification.

mode

Ignores the specification.

path-name

Ignores the specification.

Return code

Return code

Meaning

0

Normal termination

Notes

Usage examples

The following shows an example definition of a job definition script. This example assumes that the chmod command has been created by using the script_0 sample script file as the base.