Do you want BuboFlash to help you learning these things? Or do you want to add or correct something? Click here to log in or create user.



Question
In linux, when you have a running process with pid 12345, issue command to get the kernel to give the most CPU scheduling priority to this process.
Answer
renice -20 12345
^^ note the -20, to indicate this is "not nice" process, i.e. it will have high cpu utalization.

Question
In linux, when you have a running process with pid 12345, issue command to get the kernel to give the most CPU scheduling priority to this process.
Answer
?

Question
In linux, when you have a running process with pid 12345, issue command to get the kernel to give the most CPU scheduling priority to this process.
Answer
renice -20 12345
^^ note the -20, to indicate this is "not nice" process, i.e. it will have high cpu utalization.
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 typica

Summary

statusnot learnedmeasured difficulty37% [default]last interval [days]               
repetition number in this series0memorised 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.