Background running of Julia on ubuntu

I would install ‘screen’ then start a screen session in a terminal.

screen -S background-julia
julia wher.jl
Ctrl-a then D will detach the terminal and leave the process running in the bacground
screen -r in a different terminal or the same terminal will reconnect you

When working on a remote server screen is invaluable

2 Likes