cu – Call up another system
December 29, 2009 – 17:14 by Tom Van den BergThe cu command is used to call up another system and act as a dial in terminal. It can also do simple file transfers with no error checking.
The cu command can be installed by installing the uucp package.
yum install uucpConnect using the cu-command
cu -l /dev/ttyS0 -s 9600
More information can be found in the man pages.
man cu