System Administration Guide: Advanced Administration

Example—Designating a Process Priority (priocntl)

The following example shows how to start the find command with the highest possible user-supplied priority.


# priocntl -e -c TS -m 60 -p 60 find . -name core -print
# ps -ecl | grep find