9
votes
Run a command in a shell and keep running the command when you close the session
Try using GNU Screen. It allows you to have several shells open at once. And you can disconnect from those running shells (i.e. cl …
