Latest web development tutorials

Linux cu command

Linux command Daquan Linux command Daquan

Linux cu command to connect to another host system.

cu (call up) instruction can be connected to another host, and dial-up terminal interface similar work, also perform simple file transfer operations.

grammar

cu [dehnotv][-a<通信端口>][-c<电话号码>][-E<脱离字符>][-I<设置文件>][-l<外围设备代号>][-s<连线速率>][-x<排错模式>][-z<系统主机>][--help][-nostop][--parity=none][<系统主机>/<电话号码>]

Parameter Description:

  • -a <communications port> or -p <communications port> or --port <communications port> using the specified communications port connection.
  • -c <phone number> or --phone <phone number> to dial the phone number.
  • -d enters debug mode.
  • -e or --parity = even dual parity checking.
  • -E <Departing Characters> or --escape <departing Characters> set out characters.
  • -h or --halfduple using half-duplex mode.
  • -I <Profile> or --config <configuration file> Specify configuration file to be used.
  • -l <Peripherals code> or --line <Peripherals code> to assign a certain peripheral devices as a connection device.
  • -n or --prompt waiting for user input dial phone number.
  • -o or --parity = odd single parity check.
  • -s <connection rate> or --speed <connection rate> or --baud <connection rate> or - <connection rate> Set connection rate in order to calculate the baud rate.
  • -t or --maper the CR character is replaced with LF + CR character.
  • -v or --version display version information.
  • -x <debug mode> or --debug <debug mode> Use debug mode.
  • -z <host system> or --system <system host> to connect to the host system.
  • --help online help.
  • --nostop Close Xon / Xoff software flow control.
  • --parity = none does not use parity checking.

Examples

Connection with the remote host

# cu -c 0102377765

Linux command Daquan Linux command Daquan