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
Write a command to display a file’s contents in various formats?
What is ctrl d?
Describe the zip/unzip command using gzip.
What command is used to check the current users?
What are bash commands?
Explain command to view process running?
How do I search a whole word in vim?
What is the size of time_t?
Which unix command to make a new directory?
How do I run a whois command?
How do I find previous commands in unix?
What is {} in find command?
What is the difference between grep and grep?
Explain command to show the space allocation of files?
What is command substitution?