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
Write a command that will find all text files in a directory such that it does not contain the word "amazing" in any form (that is, it must include the words amazing, amazing, or amazing)?
What is unix command line?
Differentiate cmp command from diff command.
What is the comma to show the space allocation of files?
What are some command words?
what is the advaantage of each user having its own copy of the shell?
What is ctrl d?
Who command in unix?
What command will change your prompt to myprompt?
What is .sh file?
How can you see the command line history?
How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?
Are you in or at the office?
Name the general commands in using unix os for a beginner?
How to display no of records in oracle using unix command?