Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ renice(2) — Ultrix-11 2.0

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

nice(1)

renice(1)

nice(2)

RENICE(2)

NAME

renice − set program priority

SYNOPSIS

renice(pid,nice)

DESCRIPTION

Renice sets the scheduling priority of the process with id pid to nice.  The superuser may renice any process to any value from -127 to 127. Other users may only increase the nice value of one of their own processes. 

DIAGNOSTICS

Renice will fail and the process’s scheduling priority will be unaltered if:

[EPERM] The named process’s effective user ID is not the same as the calling process and the process’s effective user ID is not the superuser. 

[ESRCH] The named process does not exist. 

SEE ALSO

nice(1), renice(1), nice(2)

ASSEMBLER

(renice = 87.) 
sys renice; pid; nice
(old nice value in r0)

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026