Frequently Asked Questions for FreeBSD 2.X : Serial Communications : Why can't I run tip or cu?
Previous: How can I connect a dumb terminal to my FreeBSD box?
Next: My stock Hayes modem isn't supported---what can I do?

11.10. Why can't I run tip or cu?

On your system, the programs tip and cu are probably executable only by uucp and group dialer. You can use the group dialer to control who has access to your modem or remote systems. Just add yourself to group dialer.

Alternatively, you can let everyone on your system run tip and cu by typing:

        # chmod 4511 /usr/bin/cu
        # chmod 4511 /usr/bin/tip
      


Frequently Asked Questions for FreeBSD 2.X : Serial Communications : Why can't I run tip or cu?
Previous: How can I connect a dumb terminal to my FreeBSD box?
Next: My stock Hayes modem isn't supported---what can I do?