Friday, November 8, 2013

Re: [LINUX_Newbies] Small question

 

On 08/11/13 17:15, highskywhy@yahoo.de wrote:
>
>
>
>
>> Good morning
>
>>
>>
>> > Problem 6: Small questions
>> > Good morning
>> > What is the difference in the taskmanager
>> > between
>> > kill
>> > and
>> > terminate?
>
>>
>> Regards
>> Sophie

The difference is

Terminate sends the program a signal asking the program to end. The
program can then 'clean up' by closing files and the like before ending

Kill does not do this, it stops the computers operating system
allocating cpu time to the program, clears the memory and closes any
open files without writing any data to them.
(ON Linux the kill command does both things normally it tries to
terminate (kill pid) by sending a signal. However kill -9 (kill
--sigkill is a 'kill'

see man kill and man 7 signal for more details

Trevor

__._,_.___
Reply via web post Reply to sender Reply to group Start a New Topic Messages in this topic (18)
Recent Activity:
To unsubscribe from this list, please email LINUX_Newbies-unsubscribe@yahoogroups.com & you will be removed.
.

__,_._,___

No comments:

Post a Comment