|
|
DataMuseum.dkPresents historical artifacts from the history of: ICL Comet 32 |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about ICL Comet 32 Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - download
Length: 885 (0x375)
Types: TextFile
Notes: UNIX file
Names: »renice.8«
└─⟦26887b7e0⟧ Bits:30009717 Comet 32 harddisk image
└─⟦28c352965⟧ »/a« UNIX Filesystem
└─⟦this⟧ »usr/man/man8/renice.8«
.ig @(#)renice.8 2.1 7/1/84 @(#)Copyright (C) 1983 by National Semiconductor Corp. .. .TH RENICE 8 .SH NAME renice \- alter priority of running process by changing nice .SH SYNOPSIS .B /etc/renice pid [ priority ] .SH DESCRIPTION .I Renice can be used by the super-user to alter the priority of a running process. By default, the nice of the process is made \*(lq19\*(rq which means that it will run only when nothing else in the system wants to. This can be used to nail long running processes which are interfering with interactive work. .PP .I Renice can be given a second argument to choose a nice other than the default. Negative nices can be used to make things go very fast. .SH FILES /uniximage .br /dev/kmem .SH SEE ALSO nice(1) .SH BUGS If you make the nice very negative, then the process cannot be interrupted. To regain control you must put the nice back (e.g. to 0.)