Skip to main content
added more description to issue.
Source Link

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

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?

Thank you in advance.

P.S

New to linux and terminal on mac

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

Source Link

SSH'd into a linux AWS box, how to exit out of terminal without closing script running in AWS box?

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?

Thank you in advance.

P.S

New to linux and terminal on mac