- To: <slug@xxxxxxxxxxx>
- Subject: Re: [SLUG] Terminal programs
- From: "Chris Samuel" <chris@xxxxxxxxxxx>
- Date: Thu Dec 5 17:01:03 2002
> What do people use other than minicom as a terminal program. I'm on RH8
> if it matters.
Being an ex-UUCP weenie I tend to stick to using the "cu" program from the
Taylors UUCP package.
Quick usage would be:
cu -s <speed> -l <device>
where <speed> is obvious
and <device> is something like /dev/ttyS0
IIRC you need to chown the device to be owned by user and group uucp.
Good luck!
Chris