what is the difference between KILL and KILL -9?
Answer Posted / kiruthiga.s
KILL --> its a graceful terminating of proocess
kill-9--> terminates the process force fully
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is the behavioural difference between cmp and diff commands?
Does cp command overwrite files?
Give the command for finding the current date.
Which command is used to delete all files in the current directory and all its sub-directories?
What is the use of the tee command?
How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?
What is sed awk grep?
Name the general commands in using unix os for a beginner?
Which command is used to find whether the system is 32 bit or 64 bit?
Differentiate cat command from more command.
Which command is used to restrict incoming messages?
Which command is used to kill the last background job?
Write a command to kill the last background job?
What does 'mkdir' command do in UNIX?
How do you grep recursively?