mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-21 10:50:59 +00:00
Update cheatsheets
This commit is contained in:
@@ -20,6 +20,10 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
`chrt --max`
|
||||
|
||||
- Set the scheduling policy for a process:
|
||||
- Set the scheduling priority of a process:
|
||||
|
||||
`chrt --pid {{priority}} {{PID}}`
|
||||
|
||||
- Set the scheduling policy of a process:
|
||||
|
||||
`chrt --{{deadline|idle|batch|rr|fifo|other}} --pid {{priority}} {{PID}}`
|
||||
|
||||
Reference in New Issue
Block a user