what is the default signal kill in unix?

Answers were Sorted based on User's Feedback



what is the default signal kill in unix?..

Answer / chin

SIGNAL no: 15 or TERM

Is This Answer Correct ?    19 Yes 4 No

what is the default signal kill in unix?..

Answer / chandrakanth reddy

signal no:15 or terminate

Is This Answer Correct ?    7 Yes 2 No

what is the default signal kill in unix?..

Answer / 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

what is the default signal kill in unix?..

Answer / 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

what is the default signal kill in unix?..

Answer / guest

killsig

Is This Answer Correct ?    0 Yes 0 No

what is the default signal kill in unix?..

Answer / kiruthiga.s

Kill -15

Is This Answer Correct ?    0 Yes 0 No

what is the default signal kill in unix?..

Answer / kirus

kill PID
if the pid is 12

kill 12
it will kill the PID 12 if the user is owner of that PID.

The kill cmd sends the signal 15 and th Process terminates

Is This Answer Correct ?    0 Yes 0 No

what is the default signal kill in unix?..

Answer / siri

kill -9 processid

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Unix Commands Interview Questions

what is the cmd to remove the comment lines from a file and to display the original text without comments? thanks in advance......

5 Answers  


What command is used to replace the existing string with some other?

8 Answers   TCS,


How to set sticky bit, or it have any seperate directory to create sticky bit in sunfir servers. Please help me , i don't no the exact answer?

4 Answers   HCL, Wipro,


What is shrinking file system in AIX where it actually resides?

0 Answers  


Differentiate cat command from more command.

0 Answers  






in unix echo is used for

10 Answers   BFL, BirlaSoft, Patni,


why metadb requires a seperate slice to create Solaris volume manager

0 Answers   Wipro,


What does #!/ Bin sh do?

0 Answers  


what is the command to list files in a directory in UNIX?

8 Answers  


Name the unix command to find how many days the server has been up.

0 Answers  


which script will invoke first ,when /etc/init.d starts

1 Answers  


what is telnet?

6 Answers  


Categories