Answer Posted / saket kale
kill is a command used to send a signal to a process which
we want to terminate.The message sent is the termination
signal, which requests that the process exit.
The default signal sent is SIGTERM.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Why is shebang used?
How do I use grep to search for a file?
What are the commands in UNIX to list the files in a Directory?
Explain command to view process running?
How does the system know where one command ends and another begins?
What is the use of the command 'ls -x chapter[1-5]' ?
What is awk command used for?
What is the significance of the 'tee' command?
What is the general format of unix command syntax?
How can you see the command line history?
What is command substitution?
What are filter commands in unix?
How do I search a whole word in vim?
Which command is used to create a directory?
What is the behavioural difference between cmp and diff commands?