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
Explain command to view process running?
Can you explain a little bit about command substitution?
What does 'mkdir' command do in UNIX?
What is the behavioural difference between cmp and diff commands?
Who command in unix operating system?
Which command is used to copy files?
How to use grep command to list find the records of a file containing 10 different strings?
Name the unix command to find how many days the server has been up.
what is the advaantage of each user having its own copy of the shell?
What command is used to check the current users?
Can you enlist some commonly used network commands?
What is $0 bash?
What command is used to switching between users in unix?
How do I open a port?
What does #!/ Bin sh do?