what is the difference between KILL and KILL -9?
Answer Posted / daniel
The simple kill command will give the signal SIGTERM, while kill -9 will give the signal SIGKILL.
| Is This Answer Correct ? | 44 Yes | 2 No |
Post New Answer View All Answers
Who command in unix?
How do I search for text in vi?
Write a command that will allow a unix system to shut down in 15 minutes, after which it will perform a reboot.
How to use grep command to list find the records of a file containing 10 different strings?
What is a bash command?
What is the use of the tee command?
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 is ‘ps’ command for?
Which command will print your home directory on screen?
How do I open a port?
What is awk good for?
What are the unix commands?
What is the search command in unix?
What does the command '$ls | wc –l > file1' do?
Why is it called a shebang?