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 $ai_serual resolved path by using unix
What is the command to view process running?
Explain mount and unmount command.
what do you understand by 'unix is a portable os'?
What are the commands in UNIX to list the files in a Directory?
What is the command to find hidden files in the current directory?
How do you move a process which is running background to foreground?
what is kernel?
How to convert a hidden file to normal visible file?
what is the shell for dos,nt operating systems?
Write a command that will output the sorted contents of a file named in.txt and place the output in another file named out.txt, while at the same time excluding duplicate entries.
What is the difference between cat command and more command?