Top
Systemwalker Operation Manager Troubleshooting Guide
FUJITSU Software

5.4.18 Unintended Permissions were Set for the File or Directory Created in the Job [UNIX versions]

Applicable versions and levels

Action

Points to check

Has umask been specified in the startup file of the shell of the effective user of the job?

The startup files are as follows:

Cause

The Job Execution Control daemon is running with 0000 set as the umask value. For this reason, if the startup file of the shell of the effective user of the job, or the umask value in the application, has not been set, the application runs with 0000 set as the umask value.

Action method

Set an appropriate umask value in the startup file of the shell of the effective user of the job, or in the application.

Example setting)

umask 022