| Click this button to go to the index for this section. |
runclass(1)
NAME
runclass - Runs a command in a specific scheduler classSYNOPSIS
/usr/sbin/runclass class_name command [argument ...]DESCRIPTION
The runclass lets you choose which scheduler class to run the command command in. The argument specifies any flags or arguments for the specified command. All the threads created by the command, and its children, inherit the class binding. The alloted CPU percentage of the specified class may not be higher than the user's current class (if any) unless the user has superuser authority. If class scheduling is not enabled, the command will terminate without executing the requested command.NOTES
runclass changes the process group of itself and all processes created by it. This means that if runclass is executed from a script, a control C from the terminal will not kill it. Normal use of the kill(1) command will have the desired effect.RELATED INFORMATION
class_admin(8), class_scheduling(4).