@anemone @sun The orphaned process will become owned by init. Same as if you ran &
You could test it. Run a loop that increments a counter and appends it to a file. Suspend the shell, background the process, reconnect and `tail -f` the file. Then find and kill the process you started.