[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: [OT] How to redirect input/output to another console?



Hi again,

With the byobu package you can do the same as stated by Lars or Dom as
it is based on GNU Screen

byobu - powerful, text based window manager and shell multiplexer

Another option you have for share read-only your session or kept logs
of your sessions is the script tool (from bsdutils package)

In your session (the one you want to share as read-only) type: script -f
This will save in the current path all you screen movement (your
commands and its results) in a file called typescript

In the other user session only is needed to tail -f typescript

This session will see all the changes in the original session in real
time. Like a text based VNC read-only session.

Best regards

--------------------------------------------------------------------------------------
Juan Sierra Pons                                 juan@elsotanillo.net
Linux User Registered: #257202       http://www.elsotanillo.net
GPG key = 0xA110F4FE
Key Fingerprint = DF53 7415 0936 244E 9B00  6E66 E934 3406 A110 F4FE
--------------------------------------------------------------------------------------


Reply to: