In linux, what would happen to a running program when it's executable file has been modified, or del
Posted
by Cheng
on Super User
See other posts from Super User
or by Cheng
Published on 2010-01-11T18:09:10Z
Indexed on
2010/05/04
7:48 UTC
Read the original article
Hit count: 383
Let's say /usr/local/bin/ruby
is running in the background, and then we overwrite ruby
with a different version, or even delete ruby
.
What will happen to those running ruby processes?
© Super User or respective owner