Added 'renice' command, thanks to Dave Cinege <dcinege@psychosis.com>
-Erik
This commit is contained in:
@@ -140,7 +140,7 @@
|
||||
loadacm, loadfont, loadkmap, logger, logname, ls, lsmod,
|
||||
makedevs, mkdir, mkfifo, mkfs.minix, mknod, mkswap, mktemp,
|
||||
more, mount, mt, mv, nc, nslookup, ping, poweroff, printf, ps,
|
||||
pwd, reboot, rm, rmdir, rmmod, sed, setkeycodes, sh, sleep,
|
||||
pwd, reboot, renice, rm, rmdir, rmmod, sed, setkeycodes, sh, sleep,
|
||||
sort, swapoff, swapon, sync, syslogd, tail, tar, tee, telnet,
|
||||
test, touch, tr, true, tty, umount, uname, uniq, update,
|
||||
uptime, usleep, uudecode, uuencode, wc, which, whoami, yes,
|
||||
@@ -2445,6 +2445,20 @@
|
||||
</para>
|
||||
</sect1>
|
||||
|
||||
<sect1 id="renice">
|
||||
<title>renice</title>
|
||||
|
||||
<para>
|
||||
Usage: renice priority pid [pid ...]
|
||||
</para>
|
||||
|
||||
<para>
|
||||
Changes priority of running processes. Allowed priorities range
|
||||
from 20 (the process runs only when nothing else is running) to 0
|
||||
(default priority) to -20 (almost nothing else ever gets to run).
|
||||
</para>
|
||||
</sect1>
|
||||
|
||||
<sect1 id="rm">
|
||||
<title>rm</title>
|
||||
|
||||
|
Reference in New Issue
Block a user