It turns out that I have a process that I would like to keep open for an indefinite amount of time. If I start the process from SSH, exiting the SSH session also kills the process.
I want to know how that process can be left running even though I exit the SSH session.