Remember
Register
1
new
Chill
new
Puzzles
new
GK
new
Sports
new
Business
Home
Questions
MCQs
Unanswered
Tags
Users
Ask a Question
Write Article
Articles
Connect to us
Related Articles
Comparison between Linux And Unix Operating System
What types of processes are not bothered by the swapper in Linux/Unix and why?
+2
votes
378
views
What types of processes are not bothered by the swapper in Linux/Unix and why?
unix
linux
posted
Jan 11, 2016
by
Jayshree
Share this question
Your comment on this post:
Email me at this address if a comment is added after mine:
Email me if a comment is added after mine
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:
To avoid this verification in future, please
log in
or
register
.
1 Answer
0
votes
Zombie process: They do not take any up physical memory.
Processes locked in memories that are updating the region of the process.
Kernel swaps only the sleeping processes rather than the 'ready-to-run' processes, as they have the higher probability of being scheduled than the Sleeping processes.
answer
Jan 11, 2016
by
Shivaranjini
Your comment on this answer:
Email me at this address if a comment is added after mine:
Email me if a comment is added after mine
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:
To avoid this verification in future, please
log in
or
register
.
Your answer
Preview
Email me at this address if my answer is selected or commented on:
Email me if my answer is selected or commented on
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:
To avoid this verification in future, please
log in
or
register
.
Similar Questions
0
votes
Which data structure is used to maintain file identification in Linux/Unix based system and what are its contents?
+2
votes
What is the difference between Linux and UNIX operating systems?
+2
votes
How we can check the content of rpm in Unix/Linux?
+1
vote
What does the Broken pipe message mean in an SSH session under Unix/Linux Platform?
+2
votes
How to sort output of a command in reverse order in Linux or UNIX ?
...