what are processor execution levels and priorities?
Answers were Sorted based on User's Feedback
Answer / axindrano
Each process in Unix is associated with some priority of
execution. User can change the priority using nice command
in unix.
| Is This Answer Correct ? | 9 Yes | 0 No |
Answer / ketan
Each process has by default priority is 20. We can change
it from nice command.
| Is This Answer Correct ? | 3 Yes | 2 No |
What is awk good for?
How can you see the command line history?
What Command will remove a Directory in UNIX?
How do I run a bash script?
How do you find which version and name of unix you are using at the command prompt?
What is {} in find command?
How do you grep recursively?
How to rename files and folders?
Which command is used to delete all files in the current directory and all its sub-directories?
What does this command do? Cat food 1 > kitty
Through which command will redirect output to bOth screen and files at the same time?
What is command substitution?