Another reason to love linux is the simple little “screen” utility available in the OS.
Screen lets you multiplex between console sessions.
Here are the commands I use the most:
screen -S —> lets you create a terminal session that is viewable when you ssh into the machine from somewhere else
screen -dr —-> detaches the other terminal from the screen session with that name and gives it to you
screen -x —-> lets you share the other terminal with the others using that same screen session.