nice: edit page (#14038)

Update nice.md
This commit is contained in:
Managor
2024-10-08 19:04:19 +03:00
committed by GitHub
parent 087b13c0d3
commit 4a44a575de

View File

@@ -6,4 +6,8 @@
- Launch a program with altered priority:
`nice -n {{niceness_value}} {{command}}`
`nice -{{niceness_value}} {{command}}`
- Define the priority with an explicit option:
`nice {{-n|--adjustment}} {{niceness_value}} {{command}}`