cu (Unix utility)

cu ("call Unix") is a Unix utility for establishing a connection between two computer systems via a serial port to another computer system. When cu was originally created, connections to remote systems were most often done by phone, and cu was used in conjunction with UUCP utilities to transfer data via a modem. Now that intersystem communications are much more easily and reliably handled via Internet connections, its more typical use is to establish a terminal connection to another system via a modem or direct cabling.[1]

It was originally released as part of the 4.2BSD Unix operating system in 1983, and is included in many Unix and Unix-like operating systems, including Solaris and Linux.[2][3]

Command-line arguments

cu [-v] [--speed <bps>] [--line device] (<hostname> | <phone-number>)

gollark: > 1. Performance penalties.> [some rambling about C++].NET is generally pretty much *fast enough*. If your application somehow hits performance bottlenecks, rewrite the slow bits in native code, don't just immediately take a development speed hit.> 2. Need to interoperate with C++ / Native (Windows) API’sI don't know how often you actually need to bind to a native API not wrapped by .NET or a third-party library, but you can do it, it's just annoying - but probably less than using C++ for everything!
gollark: This is outrageous pro-C++ anti-C# propaganda.
gollark: I have dreams occasionally, but they're stupid.
gollark: * issued
gollark: Anyone can get HTTPS certificates, they're auto-issues.

See also

References

  1. "cu(1)". FreeBSD Manual Pages. The FreeBSD Project. 2017-04-22. Retrieved 2019-05-09.
  2. "cu - call another UNIX system". Oracle Solaris 11.1 Information Library. Oracle Corporation. 2013. Retrieved 2019-05-09.
  3. "cu(1) - Linux man page". die.net. Retrieved 2019-05-09.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.