what are processor execution levels and priorities?
Answer Posted / 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 |
Post New Answer View All Answers
What is the pipe command?
What is used to type command?
Which command should you use to find the remaining disk space in unix server?
What is unix command line?
What difference between cmp and diff commands?
What is a bash command?
What is difference between grep and find command in unix?
What is the functionality of a top command?
What is the command to compare two files in unix?
How do I clear my terminal history?
Name the various commands that are used for the user information in unix.
Describe the zip/unzip command using gzip.
How do you repeat a command in terminal?
What is awk good for?
Write a command that will display files in the current directory, in a colored, long format.