How to know a process is a zombie or orphan process?
Answer Posted / lohith
type ps -a if you find any status as defunct then the
process is zombie
| Is This Answer Correct ? | 22 Yes | 5 No |
Post New Answer View All Answers
How do you grep recursively?
Describe the usage and functionality of the command rm –r * in unix?
Is there a way to erase all files in the current directory, including all its sub-directories, using only one command?
What is in grep command?
What is the use of sed command in unix?
Why is shebang used?
Enlist some filename manipulation commands in unix.
Differentiate cat command from more command.
How do I search for text in vi?
What does pipe () return?
Can you explain a little bit about command substitution?
Explain mount and unmount command.
What is the first character of the output in ls l command?
Name the various commands that are used for the user information in unix.
What is “chmod” command?