ligma.pro is one of the many independent Mastodon servers you can use to participate in the fediverse.
"pissed everyone off in literally record time" - Recommended by 10 out of 10 people who, for some sad reason, have a dedicated column up to watch #fediblock.

Server stats:

2
active users

Public
tfw you start a script in a shell but not in tmux and you realize how long it's gonna take
Public

@sun ctrl+z, then run ‘bg’

Public

@r000t@ligma.pro @sun@shitposter.world it's still owned by the shell so will stop if you close/disconnect though wont it?

@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.

Public
@r000t @anemone @sun I believe it still receives a SIGHUP, some things may quit in response. You can still `disown` the job to prevent that though.
Public