Assume I have some python script - script.py, and I run it using
python script.py &
and now it runs for a long time and write some results to a file. Is it ok (i.e., it won't ruin the current run) to change script.py while it is running? can it affect the current run? I'm using Ubuntu if it matters. Thanks