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 find the 51th record of a file containing 100 records in unix.
What is the difference between grep and grep?
What do chmod command do?
What do chown command do?
fork in unix ?
What is s and g in sed command?
write grep commands to select the lines that have exactly two characters
their is a file1,file2 and i want to append file1 data to file2?
Differentiate cat command from more command.
What is pipe command in unix?
what is virtual machine?
how unix kernel distinguishes between a normal file and device file ?
7 Answers Google, IBM, McAfee, Vodafone,