I understand that a long-running job on a server should be started with nohup/screen/tmux. But sometimes by mistake, I will start a job w/o realizing how long it would take. For example, I recently issued a move command (in an ssh shell) from a physically mounted directory to a network-mounted one (w/o knowing the second one was a network mount).
What is the solution for this besides babysitting the ssh shell?