what is the default signal kill in unix?

Answer Posted / robin bhan

kill is an internal command used in UNIX . If a command takes more time to get executed than expected, then the user can terminate that program by giving the PID(process id) of that program.

ex. $ sort count.txt ( 'enter')
669 (PID of program sort count.txt returned by kernel)
$
in order to kill or terminate this program command is given as
$ kill 669 ('enter')
$
(above dollar prompt indicates program is terminated)

Is This Answer Correct ?    2 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is grep r?

598


Which command can you use to find the currently running process in unix server?

594


How do I search for a file in unix command?

557


What is grep command in unix with examples?

616


Which command is used to kill the last background job?

787






Name the general commands in using unix os for a beginner?

630


How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?

769


What do chmod command do?

609


Explain how to use grep command to list find the records of a file containing 10 different strings?

605


What is the use of sed command in unix?

606


How do I delete files from command prompt?

555


What is the nmap command?

593


Differentiate cat command from more command.

584


Which command is used to create a directory?

579


What does this command do? Cat food 1 > kitty

984