Each job and each folder can have a set of protection settings to control who can access the information. The access information that can be associated with each job is listed below.
Data |
Description |
Owner |
This field indicates the UIC that controls the job. This can be either an IDENTIFIER or a UIC code. |
For example, to allow everyone on the system to examine your job but make no changes, grant read access at the world level. To do this just issue the following command.
C:\> schedule modify my_job/general=protection=world:r
For example, to grant a specific user (SMITH in this example) read access to your job via an ACL entry just issue the following command.
C:\> schedule modify my_job/general=acl=(identifier=smith,access=read)
To remove an access control list use the following command.
C:\> schedule modify my_job/general=noacl
To view the access information use the following command.
C:\> schedule directory/general=security my_job
Job directory \johnson\
MY_JOB\johnson\ S:RWEDC,O:RWEDC,G:RW,W:R
(IDENTIFIER=[SMITH],ACCESS=READ)