![[IBM i]](../images/iseries.gif)
Revoking authority to a profile using the IBM i command line using wsadmin scripting
To revoke authority to objects and directories in a profile, run the rvkwasaut script from the Qshell command line.
About this task
To run the script, follow these steps:
Procedure
Example
In the following example, the user profile jsmith no longer has authority to the profile devinst:
rvkwasaut -profileName devinst -user jsmith -recursive
In
the example, the user profile jsmith no longer has
authority to the installedApps subdirectory and
all nested objects in the installedApps subdirectory.
rvkwasaut -profileName devinst -object installedApps -user jsmith -recursive