Quote:
Originally Posted by james_falco
I just want to ask if killing a specific procees might delete files being read of that process?
|
No, however a program may create temporary files which it may then clean up on exit.
All that the operating system does with a killed process is to
close it's open files.