I need to see what is happening on the local console to see the status of something I left running, is there a way to do this? Thanks! jlc -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20080203/e7741f2b/attachment-0001.html>
On Feb 3, 2008, at 7:15 PM, Joseph L. Casale wrote:> I need to see what is happening on the local console to see the > status of something I left running, is there a way to do this?The easiest thing that I can think of is using 'screen' or something. You have to run screen before you run the application you want to "watch", and then with screen -x, you can view/interact with the screen... Steve -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20080203/d0e25e02/attachment-0001.html>
Marcelo Roccasalva
2008-Feb-04 11:22 UTC
[CentOS] Connect to local console from SSH session
On Feb 4, 2008 1:15 AM, Joseph L. Casale <jcasale at activenetwerx.com> wrote:> I need to see what is happening on the local console to see the status of > something I left running, is there a way to do this?cat /dev/vcs1 (you'll need to setup 80x25 if using X) -- Marcelo "?No ser? acaso que ?sta vida moderna est? teniendo m?s de moderna que de vida?" (Mafalda)