mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-04 07:15:32 +02:00
renice: clarify process group option (#2506)
This commit is contained in:
parent
70c4eeadcc
commit
663c6c594a
1 changed files with 2 additions and 2 deletions
|
@ -10,6 +10,6 @@
|
|||
|
||||
`renice -n {{niceness_value}} -u {{user}}`
|
||||
|
||||
- Change priority of all processes that belongs to a group:
|
||||
- Change priority of all processes that belong to a process group:
|
||||
|
||||
`renice -n {{niceness_value}} -g {{group}}`
|
||||
`renice -n {{niceness_value}} --pgrp {{process_group}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue