-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

renice


> Alters the scheduling priority/nicenesses of one or more running processes.

> Niceness values range from -20 (most favorable to the process) to 19 (least favorable to the process).

More information.


Change priority of a running process:

renice -n {niceness_value} -p {pid}

Change priority of all processes owned by a user:

renice -n {niceness_value} -u {user}

Change priority of all processes that belong to a process group:

renice -n {niceness_value} --pgrp {process_group}


> Copyright © 2014—present the tldr-pages team and contributors.

> This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY



-- Response ended

-- Page fetched on Fri May 17 12:43:47 2024