On a server I ran a debug intense script and unfortunately my session was interrupted (broken pipe).
I logged in again and apparently the script is still running:
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
139038 root 20 0 844140 339612 35460 S 21.6 4.2 189:38.92 python3.10
96624 root 20 0 1519664 106096 15672 S 3.3 1.3 436:23.05 python3
75514 root 20 0 636272 187972 12116 S 0.3 2.3 10:37.75 python3.10
1 root 20 0 4152 48 4 S 0.0 0.0 0:00.04 bash
Is there any chance to re-enter the script?