I'm trying to run a minecraft server on linux. Running the server starts an important interactive session. I can run the server in the background by appending & at the end of the command and log off the server. But then I don't know how to get back to that interactive session when I log back in.
I know about screen, but it seems like there should be a better way of running processes in the background and being able to go into them later.