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
Who invented grep?
How can we use grep command in unix?
What is the use of awk command in unix?
What is unix command?
What are grep patterns?
How to find $ai_serual resolved path by using unix
Why is it called a shebang?
hw will u use awk in replacing cahrs and files
What is the difference between cat command and more command?
What do chmod command do?
What is updatedb?
What is ctrl d?
How do I run a bash script?
What is the use of tee command?
What is the general format of unix command syntax?