what are processor execution levels and priorities?
Answer Posted / sekhar
Every Process in Linux has execution priority. It ranges
from -20 (highest priority) to 19 (lowest).
Except su(Super User) others cannot increase the priority.
Only superuser can assign priority of -ve value.
Default priority is 0.
You can change your process priority using setpriority
system call.
You can get your process priority using getpriority system call.
| Is This Answer Correct ? | 14 Yes | 8 No |
Post New Answer View All Answers
What is sed awk grep?
What does the “echo” command do?
Is it inbetween or in between?
What is the size of time_t?
What is the search command in unix?
What is the first character of the output in ls l command?
Explain command to view process running?
What does pipe () return?
Using unix command how to display no of records in oracle?
What is ‘ps’ command for?
What is the use of the command 'ls -x chapter[1-5]' ?
What do chown command do?
What happens when we execute a unix command?
What is the use of cut command in unix?
How do I clear my terminal history?