From 84b8d1ce7e84e42b6bee90120097947d181fb797 Mon Sep 17 00:00:00 2001 From: Nikhil Sonti Date: Tue, 29 Dec 2015 10:32:32 +0530 Subject: [PATCH] nice.md: Adding nice command --- pages/common/nice.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 pages/common/nice.md 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}}`