[Nottingham] Putting remote ssh processes into the background

Chris Burton Chris at 7of9b.org
Fri Mar 12 11:40:46 UTC 2010


> Any tips? I'm new to ssh (never needed it until I built this machine) so 
> still learning.

If you don't need to connect to it again later (i.e. using screen) then I'd 
say use nohup, if you want the output you can redirect it into a file or it 
gets saved in nohup.out.

Or if you want to logout but are already running the process then a 
suspend(ctrl-z)/bg/disown on the job would allow you to logout and the 
process to continue (in bash 
http://www.gnu.org/software/bash/manual/bashref.html#Job-Control-Basics).

ChrisB. 





More information about the Nottingham mailing list