redhat81
09-14-2003, 01:00 AM
Hello,
I'm trying to run a series of ssh commands, something to the effect of:
gunzip; ./configure;make; make install;
You get the idea....
(The reason behind this is I can't keep a shell open for more than a minute without an "incorrect CRC error").
How do I make it so that I can enter these commands and the computer will run them without me having an SSH shell open to see the output? I don't need to see it so it's okay if it runs in the background. I know there's an option for this somewhere.
Thanks.
I'm trying to run a series of ssh commands, something to the effect of:
gunzip; ./configure;make; make install;
You get the idea....
(The reason behind this is I can't keep a shell open for more than a minute without an "incorrect CRC error").
How do I make it so that I can enter these commands and the computer will run them without me having an SSH shell open to see the output? I don't need to see it so it's okay if it runs in the background. I know there's an option for this somewhere.
Thanks.