How to know a process is a zombie or orphan process?
Answers were Sorted based on User's Feedback
Answer / lohith
type ps -a if you find any status as defunct then the
process is zombie
| Is This Answer Correct ? | 22 Yes | 5 No |
Answer / nishanta
The Correct Answer is :
ps -ef | grep Z
Where Z will Catch Up all the Zombie Processes & We can kill those to Free the Processor Load.
| Is This Answer Correct ? | 15 Yes | 6 No |
Answer / abha
If process is not in function . type ps-a if not reffreing
then orphan
| Is This Answer Correct ? | 5 Yes | 8 No |
How does a user get the current date, time in UNIX?
What is awk command used for?
Give Command that will change the name of a directly from paypal to eBay
How do you remove a directory?
Give command that will make the file "run.sh" executable?
distinguish between user mode and kernel mode?
Give Command that will move a single file called "unix.txt"
What do chmod command do?
Is ‘du’ a command? If so, what is its use?
What does this command do? Cat food 1 > kitty
what is the use of ls -l command & what is the information it gives about user ?
Write a command to kill the last background job?