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 |
what are the different commands used to create files?
What is a bash command?
Is there a way to erase all files in the current directory, including all its sub-directories, using only one command?
Why we are using UNIX OS when we are doing the testing in our application?
What is pipe command in unix?
How do you create a directory in UNIX?
how to unzip the contents of the gzip file
what is the use of "test" command in unix?
distinguish between paging and swapping?
How do I run a bash script?
Is there any command in Unix, other than:ls, to list the files in a directory? The answer will be highly appreciated...
What is the difference between grep and grep?