diff --git a/pages/common/nice.md b/pages/common/nice.md new file mode 100644 index 0000000000..77f1dc482c --- /dev/null +++ b/pages/common/nice.md @@ -0,0 +1,8 @@ +# nice + +> Execute a program with a custom scheduling priority (niceness). +> Niceness values range from -20 (the highest priority) to 19 (the lowest). + +- Launch a program with altered priority. + +`nice -n {{niceness_value}} {{command}}`