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) |
No comments:
Post a Comment