Short:
I've created a cron job to initialize my server application at boot. Because of this, I don't get immediate access to the interactive server terminal which normally displays live log updates and allows me to issue server commands. How do I attach my terminal to this process, or how can I...