Update cheatsheets

This commit is contained in:
ivuorinen
2024-05-05 00:14:51 +00:00
parent 65fd37420c
commit fbad21c3c7
3 changed files with 35 additions and 2 deletions

View File

@@ -22,4 +22,4 @@ source: https://github.com/tldr-pages/tldr.git
- Set the scheduling policy for a process:
`chrt --pid {{PID}} --{{deadline|idle|batch|rr|fifo|other}}`
`chrt --{{deadline|idle|batch|rr|fifo|other}} --pid {{priority}} {{PID}}`