Keeping processes running even if you close putty/terminal

Ever have that problem where you’re running a large database mysql database dump through putty, and the connection to the server is somehow lost? I recently encountered this fairly unlikely situation occur and the below commands solve it. Command nohup command & Runs the process in the background and allows you continue using your ssh … Read more