I am currently running a python3 script in Ubuntu server 18.04. When i type new commands into the command line it just prints the commands. My terminal window looks like this:
mitch@server:`$ cd /home/mitch/folder
mitch@server:`/folder$ python3 main.py
file running ...
text i input just shows like this
I need to keep the script running and run other commands, how do i navigate back to:
mitch@server:`
I'm new to servers/Ubuntu/commands so this may seem trivial! Thank you