This example protects the resource by assigning ownership to the Corporate Department(owning acid):
TSS ADDTO(CORPORAT) HFSSEC(ROOT)
The administration may now PERMIT access to users or profiles that require access.
This example removes ownership:
TSS REMOVE(CORPORAT) HFSSEC(ROOT)
This example permits users in the Technical Services Department to access BIN on Fridays only:
TSS PERMIT(TECHPROF) HFSSEC(/BIN)
ACCESS(READ,EXEC)
DAYS(FRIDAY)
This example permit users in the Technical Services Department to access HFSSEC(/BIN):
TSS PERMIT(TECHPROF) HFSSEC(/BIN)
ACCESS(READ,EXEC)
This example revokes access:
TSS REVOKE(TECHPROF) HFSSEC(/BIN)
ACCESS(READ,EXEC)
|
Copyright © 2009 CA.
All rights reserved.
|
|