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
Which command is used to kill the last background job?
What is pipe command in unix?
What is the use of find command in unix?
What is sed awk grep?
Is ‘du’ a command? If so, what is its use?
Write a command to display a file’s contents in various formats?
What is the use of sed command in unix?
How do I clear my terminal history?
What is the general format of unix command syntax?
How do you grep a case insensitive?
How do I search a whole word in vim?
What does this command do? Cat food 1 > kitty
why metadb requires a seperate slice to create Solaris volume manager
What is the behavioural difference between cmp and diff commands?
What is the use of egrep command in unix?