From 3b226d19bb19a87eb565f3e1d16e14f446b56e76 Mon Sep 17 00:00:00 2001 From: johannst Date: Tue, 27 Aug 2024 22:25:00 +0000 Subject: deploy: 9b47b98b7c5efce0bf50d57aa5d7e374bcbabf23 --- process/nice.html | 243 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 243 insertions(+) create mode 100644 process/nice.html (limited to 'process/nice.html') diff --git a/process/nice.html b/process/nice.html new file mode 100644 index 0000000..8be06db --- /dev/null +++ b/process/nice.html @@ -0,0 +1,243 @@ + + + + + + nice - Notes + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + + + +
+
+

nice(1)

+

Adjust niceness of a new command or running process.

+

Niceness influences the scheduling priority and ranges between:

+
    +
  • -20 most favorable
  • +
  • 19 least favorable
  • +
+
# Adjust niceness +5 for the launched process.
+nice -n 5 yes
+
+# Adjust niceness of running process.
+renice -n 5 -p PID
+
+ +
+ + +
+
+ + + +
+ + + + + + + + + + + + + + + + + + +
+ + -- cgit v1.2.3