Re: See output of local xterm session on remote ssh session.
- From: Tek Bahadur Limbu <teklimbu@xxxxxxxxxxxx>
- Date: Tue, 05 Jun 2007 22:48:04 +0545
Pieter de Goeje wrote:
On Saturday 02 June 2007, Jeremy Gransden wrote:Hello,screen(1) is the tool for this. You can find it in the ports collection (sysutils/screen).
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?
thanks,
Jeremy
For example:
$ screen
$ cd /usr/src; sudo make buildworld
(now press CTRL+A D)
On the other machine, ssh into the desktop
$ screen -r
(press CTRL+A D if you've seen enough)
Also, this will protect the running job from accidental (or purposefully) closure of the terminal.
Wow, always thought of learning how to learn this "magic". Thanks for sharing this wonderful tip!
Thanking you...
FreeBSD Rocks!
HTH,
Pieter de Goeje
_______________________________________________
freebsd-questions@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscribe@xxxxxxxxxxx"
_______________________________________________
freebsd-questions@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscribe@xxxxxxxxxxx"
- Follow-Ups:
- Re: See output of local xterm session on remote ssh session.
- From: youshi10
- Re: See output of local xterm session on remote ssh session.
- References:
- See output of local xterm session on remote ssh session.
- From: Jeremy Gransden
- Re: See output of local xterm session on remote ssh session.
- From: Pieter de Goeje
- See output of local xterm session on remote ssh session.
- Prev by Date: Re: startup / shutdown script (rc.d)
- Next by Date: Re: Loader can't read USB drive @ boot
- Previous by thread: Re: See output of local xterm session on remote ssh session.
- Next by thread: Re: See output of local xterm session on remote ssh session.
- Index(es):
Relevant Pages
|
|