what are processor execution levels and priorities?

Answers were Sorted based on User's Feedback



what are processor execution levels and priorities?..

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

what are processor execution levels and priorities?..

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

Post New Answer

More Unix Commands Interview Questions

Which unix command to make a new directory?

0 Answers  


what will this do $cat > file.c ?(file.c is a file in current directory)

20 Answers   IBM,


how to find the 51th record of a file containing 100 records in unix.

12 Answers   IBM,


What is the difference between awk and grep?

0 Answers  


What is the command to view process running?

0 Answers  






What is s and g in sed command?

0 Answers  


what is the difference between commmands cmp and diff?

9 Answers   iNautix,


distinguish between multi-tasking,multi-user,multi- processing and time sharing?

4 Answers   Infosys, Nikhil Construction,


Which command is used to find whether the system is 32 bit or 64 bit?

0 Answers  


describe the escaping sequence characteres in unix

1 Answers  


Is command prompt unix?

0 Answers  


How to know a process is a zombie or orphan process?

3 Answers   Perot Systems,


Categories