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 |
which command is used to stop a running process in unix?
Give the command for finding the current date.
Which command is used to restrict incoming messages?
What is an Environment Variable?
Using unix command how to display no of records in oracle?
which script will invoke first ,when /etc/init.d starts
Enumerate some of the most commonly used network commands in unix?
which command is used to change group?
How do I search for a file in unix command?
What is the general format of unix command syntax?
What is the difference between a hard link and a soft link in Unix?
what is the significance of "su" command?