On 3 November 2012 22:15, Rob Jarratt <[email protected]> wrote: > I want to run SIMH on my headless Raspberry Pi, to do so I use putty to > connect to the pi and log in. From the shell I can run SIMH just fine. What > I would like though is for my session not to disappear if I close putty and > to be able to reconnect to the session at some later time, with SIMH still > running. I am not really a Unix expert, is there a way to do this?
"screen" http://www.gnu.org/software/screen/ or "tmux" http://tmux.sourceforge.net/ are two very useful tools for just this :) _______________________________________________ Simh mailing list [email protected] http://mailman.trailing-edge.com/mailman/listinfo/simh
