Say I have a laptop and an Ubuntu server. There is a heavy task that I want to perform on Ubuntu server.
So far, I connected to the server through SSH and perform it. However, when I need to shut down the laptop (leaving the office), the SSH session is lost and I have no idea what is going on with the process.
Is there a solution that I can let the process run on Ubuntu server, and tomorrow morning when I turn my laptop on I can resume checking what's happening with the process?