On Sat, Jun 02, 2007 at 07:23:45AM -0400, Jeremy Gransden wrote:
>  Hello,
> 
>  I have been searching Google for a few days for this but have not been
>  coming up with the correct answer. Then again maybe I am asking the wrong
>  question... If I start a process, i.e. compile a kernel, on my desktop, how
>  can I then connect to it from my laptop and see the output of that process
>  via the ssh session?

The easiest way would be to start the process from your ssh session.

If you want to keep tabs on an already running process, you should start
the process in such a way that it redirects the standard output and
standard error streams to a file. How that's done depends on the shell
you're using. You can then watch that file via ssh with 'tail -f'.

Roland
-- 
R.F.Smith                                   http://www.xs4all.nl/~rsmith/
[plain text _non-HTML_ PGP/GnuPG encrypted/signed email much appreciated]
pgp: 1A2B 477F 9970 BA3C 2914  B7CE 1277 EFB0 C321 A725 (KeyID: C321A725)

Attachment: pgpZaKFVrPNco.pgp
Description: PGP signature

Reply via email to