have the following newbie question:
i try to connect remotly via putty and ssh ... works fine BUT:
how can I change the display ?? e.g. tty9 (where special stats are printed) ??
thanx a lot ,
steve
Pls don't mix the terms DISPLAY and tty.
The things on tty9 (or isn't it 10?) are
pretty much the same as in /var/log/messages.
e.g.
# tail -f /var/log/messages
Berny
Original Message processed by Tobit InfoCenter Subject:Re: change to tty? via ssh/putty (18-Feb-2003 8:08) From:Berny To:alt.os.linux.suse
Please don't toppost and dont't send HTML.
A display always refers to a resource handled by the Xserver,
while a tty is a non-graphical terminal device.
I can't remember a program writing to tty9, so maybe you
redirected it's output there yourself?
Try to redirect it to somewhere else (file, stdout, ...).
Or maybe it has a config file where you can set the
output destination.
Berny