Answer Posted / dilipsimha
kill -9 <pid>
this is for force killing
kill <pid>
just try to kill
killall <pname>
this is to kill all instances of a process with name pname
killall -9 <pname>
| Is This Answer Correct ? | 17 Yes | 1 No |
Post New Answer View All Answers
What do chmod, chown, chgrp commands do?
What are grep patterns?
Explain ‘system calls’ with respect to unix commands?
What is the use of finger command?
What's a command word?
How do I use grep to find a file?
Enumerate some of the most commonly used network commands in unix?
What does the metacharacter mean?
When i run a programm of orphan process. Instead of getting child's parent (ppid)=1 ..i get 1400 and it varies as per system.
How can i findthe right soluion???
My pgm:
#include
What does the “echo” command do?
What does #!/ Bin sh do?
Can you explain a little bit about command substitution?
Which command will print your home directory on screen?
What is nr in awk command?
What is grep and how do you use it?