Answer Posted / jagadeeb choudhury
Kill -9 <PID> or Kill -s Kill <PID>
To Kill a process forcibly or definitely kill.
Kill -15 <PID> or kill -s term <PID>
To terminate a Process.
Thanks,
jagadeeb@gmail.com
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
What is the pipe command?
What are the differences among a system call, a library function, and a unix command?
How do I use grep to search for a file?
What is a command and examples?
What is the command to view process running?
What are the dos commands?
What does #!/ Bin sh do?
Can you explain a little bit about command substitution?
What is the difference between cat command and more command?
What is in grep command?
Who wrote grep?
Which command is used to restrict incoming messages?
What is the use of cut command in unix?
What does grep v grep do?
Differentiate cmp command from diff command.