What is the difference between kill and kill -9 commands?
Answer Posted / majeed090
kill <pid>
to kill all process but not kill the some child process
called Zombie process.
kill -9 <pid>
by using this it kills all process forcefully.
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
Explain any one service which are working on udp only?
What is clang format?
What is cpu in top command?
What daemon is used for scheduling of the commands?
can any one send me one project on linux ...?
What does sh do in linux?
What are two functions the move mv command can carry out?
What is ps command in linux?
What command can you use to make a tape archive file of a /home directory and send it to the /dev/tape device?
What is the difference between command ‘ping’ and ‘ping6’?
What is devops model?
What does the command env do?
What are linux commands?
How do I list directories in linux?
Which command is used to review boot messages?