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 is the command to list all files in a directory, including the hidden files in UNIX ?
what are the uses of filters?
which command is used to identify the type of the file?
If we want to see first 35 lines of a file which command we have to use?
What is the use of cut command in unix?
What does grep v grep do?
What do know about tee command and its usage?
boot process?
Does cp command overwrite files?
what is the difference between Touch & cat command
What are the commands in UNIX to list the files in a Directory?
hi i have directories within the directory. Now i want to copy the directory along with all directories included in it to one location by using copy command? what is the command