Latest web development tutorials

Linux uucico Command

Linux command Daquan Linux command Daquan

Linux uucico command UUCP file transfer service program.

uucico is used to handle uucp or uux to the queue file transfer tool. uucico has two operating modes: active mode and dependent mode. When In active mode, uucico calls the remote host; when under the subsidiary mode, uucico will accept calls the remote host.

grammar

uucico [-cCDefqvwz][-i<类型>][-I<文件>][-p<连接端口号码>][-][-rl][-s<主机>][-S<主机>][-u<用户>][-x<类型>][--help]

Parameter Description

  • When the -c or --quiet When not performing any work, do not change the current status of the content and update the log file.
  • -C Or --ifwork when there is work to be performed only when the call -s or -S parameter specified host.
  • -D Or --nodetach not control the terminal off.
  • -e or --loop in the subsidiary mode execution, and require you to sign a prompt screen appears.
  • When the -f or --force when execution error, do not wait any time that is called again host.
  • -i <type> or --stdin <type> When using the standard input device, specify the type of connection port.
  • -I <File> - config <file> Specify configuration file.
  • Requires login prompt -l or --prompt screen appears.
  • -p <port number> or -port <port number> Specifies the port number.
  • -q or --quiet Do not start uuxqt service program.
  • -r0 subsidiary or --slave start mode.
  • -s <host> or --system <host> invokes the specified host.
  • -u <user> or --login <user> Specifies the user account login, and is not allowed to enter any login account.
  • -v or --version display version information, and the program ends.
  • -w or --wait in active mode, when the calling action is required to sign a prompt screen appears.
  • -x <type> or -X <type> or outgoing-debug <type> Specifies start troubleshooting mode.
  • -z or --try-next when the execution is unsuccessful, try the next selection without ending the program.
  • --help display help, and the program ends.

Examples

Use active mode start uucico service. At the command prompt, type the following command directly:

uucico-r1

Tip: Generally, this command no output.

Linux command Daquan Linux command Daquan