what are processor execution levels and priorities?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / rajan.v.r
in linux all process are having priorities. using nice
command we can alter the priorities
| Is This Answer Correct ? | 4 Yes | 5 No |
How to get the operating system's information in unix?
Explain how to use grep command to list find the records of a file containing 10 different strings?
What is the general format of unix command syntax?
How do you move a process which is running background to foreground?
In vi editor how do you execute unix commands?
Through which command will redirect output to bOth screen and files at the same time?
What is sed awk grep?
Give Command that will change the name of a directly from paypal to eBay
what are the different hardwares available?
What is an Environment Variable?
What is a shell in Unix? Name some common Unix shells.
Differentiate cmp command from diff command.