From http://pcunix.com/SCOFAQ/scotec4.html#linuxcolors :
I've telnetted to a linux machine, and the automatic colors for commands like ls and vi have made it impossible to see what I type.
Immediate fix: Type your telnet escape character (probably CTRL-] ) and then type:
!setcolor -n
Or, before telnetting from a SCO console, run
vidi vm80x25
That shuts off color and about the worst you will get is bold characters. Remember- you do the vidi on the SCO side BEFORE you telnet or ssh to Linux.
Put it back to normal with
vidi v80x25
Another trick is to have previously done:
setcolor -n > resetc
on the SCO box. Transfer that "resetc" file to Linux, and when things become ugly, "cat resetc" will restore colors.
If you are using ssh, and have started from a job-control shell, you are supposed to be able to type ~ followed by CTRL-Z to suspend back to your original shell. This works fine on some systems, but not with my ORS5 box when logged in as "root"- I get back to my starting point all right, but then "fg" lists no jobs. Hoewever, using ksh as any other user, this works fine.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.