K killwin Apr 3, 2010 #1 Hello, At home, programs write logs to the screen on ttyv1. But i'm not at home and i want to view the ttyv1 screen. I'm connected with ssh on my computer. How to pipe ttyv1 to a file like /dev/ttyv1 > /home/totoro/log ? Thanks
Hello, At home, programs write logs to the screen on ttyv1. But i'm not at home and i want to view the ttyv1 screen. I'm connected with ssh on my computer. How to pipe ttyv1 to a file like /dev/ttyv1 > /home/totoro/log ? Thanks
MG Apr 3, 2010 #3 To view whats happening on ttyv1: Code: watch /dev/ttyv1 Only new messages are visible