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 ‘ps’ command for?
What is the comma to show the space allocation of files?
How to find $ai_serual resolved path by using unix
What does the md command do?
What is time_t?
What is updatedb?
How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?
Write a command that will find all text files in a directory such that it does not contain the word "amazing" in any form (that is, it must include the words amazing, amazing, or amazing)?
What does grep v grep do?
What is the behavioural difference between cmp and diff commands?
What does the command ' $who | sort –logfile > newfile' do?
How do I search a whole word in vim?
What is rmdir command?
Write a command that will display files in the current directory, in a colored, long format.
Write a command to display a file’s contents in various formats?