I have ssh'd into a ubuntu AWS box via terminal on mac. I have successfully setup the process I want to run in the box.
How do can exit out of terminal without killing the process running?
Can not run the below command because terminal is running the script and not allowing me to even copy and paste the below command into terminal:
nohup long-running-process &
Thank you in advance.
P.S
New to linux and terminal on mac
but I am getting error 'Failed to open config file bg'
– RustyShackleford Feb 06 '18 at 05:46