春江暮客

Managing Long-Running Tasks on Unix-like Systems

TECHNOLOGY
Managing Long-Running Tasks on Unix-like Systems

Due to daily work all using Linux systems, generally for commands known to run for a long time, nohup, screen, or tmux are used to run the command. However, sometimes after starting a command, you suddenly realize it runs very long. Is there a way to continue working in the current shell and keep the command running after logout until the task finishes?