In linux, when you have a running prcess with pid 12345, issue command to get the kernel to give the least CPU scheduling priority to this process.
Answer
renice +20 12345
Question
In linux, when you have a running prcess with pid 12345, issue command to get the kernel to give the least CPU scheduling priority to this process.
Answer
?
Question
In linux, when you have a running prcess with pid 12345, issue command to get the kernel to give the least CPU scheduling priority to this process.
Answer
renice +20 12345
If you want to change selection, open document below and click on "Move attachment"
9. Processes, Environment Variables process is doing some operation more important than another process? How does the kernel tell? The answer is the UNIX feature of scheduling priority or niceness. Scheduling priority ranges from <span>+20 to -20 . You can set a process's niceness with the renice command. renice <priority> <pid> renice <priority> -u <user> renice <priority> -g <group> A
Summary
status
not learned
measured difficulty
37% [default]
last interval [days]
repetition number in this series
0
memorised on
scheduled repetition
scheduled repetition interval
last repetition or drill
Details
No repetitions
Discussion
Do you want to join discussion? Click here to log in or create user.