z/OS Security Server RACF General User's Guide
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Removing the user or group from the access list

z/OS Security Server RACF General User's Guide
SA23-2298-00

To deny access by removing a user or a group from the access list, enter the PERMIT command with DELETE keyword as follows:
PERMIT 'profile-name' ID(userid|groupname) DELETE
  • Example 1:
    To deny user JONES use of data set SMITH.PROJ.ONE, enter the following command:
    PERMIT 'SMITH.PROJ.ONE' ID(JONES) DELETE
  • Example 2:
    To deny users JONES and MOORE use of data set SMITH.PROJ.ONE, enter the following command:
    PERMIT 'SMITH.PROJ.ONE' ID(JONES, MOORE) DELETE
  • Example 3:
    To deny group DEPTD60 the use of data set SMITH.PROJ.ONE, enter the following command:
    PERMIT 'SMITH.PROJ.ONE' ID(DEPTD60) DELETE
  • Example 4:
    To deny groups DEPTD60 and DEPTD58 the use of data set SMITH.PROJ.ONE, enter the following command:
    PERMIT 'SMITH.PROJ.ONE' ID(DEPTD60, DEPTD58) DELETE

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014