Survive logout (nohup + disown)
Start a background job that survives the shell closing. Use `nohup` to ignore SIGHUP, and `disown` to drop a running job from the shell's job table.
Sign in to start the labStart a background job that survives the shell closing. Use `nohup` to ignore SIGHUP, and `disown` to drop a running job from the shell's job table.
Sign in to start the lab