Go to main content

Administering Resource Management in Oracle® Solaris 11.4

Exit Print View

Updated: February 2021
 
 

Example: How to Substitute Attributes and Attribute Values for Projects

This example substitutes a different value for the attribute task.max-lwps in the project myproject. If the attribute does not exist, it is created.

  1. Assume the root role.

    For more information, see Using Your Assigned Administrative Rights in Securing Users and Processes in Oracle Solaris 11.4.

  2. Replace the current task.max-lwps values with the new values shown:
    $ projmod -s -K "task.max-lwps=(priv,100,none),(priv,120,deny)" myproject

    The result would be:

    task.max-lwps=(priv,100,none),(priv,120,deny)