Linux uucico command
Linux Command大全
Linux uucico command UUCP file transfer service program.
uucico is a file transfer tool used to handle file transfers sent to the queue by uucp or uux. uucico has two working modes: active mode and passive mode. When in active mode, uucico will call the remote host; in passive mode, it will accept calls from the remote host.
Syntax
uucico [-cCDefqvwz][-i<type>][-I<file>][-p<connection port number>][-][-rl][-s<host>][-S<host>][-u<user>][-x<type>][--help]
Parameter description
- -c or--quiet Do not change the content of the log file and update the current status when no work is being performed.
- -C or--ifwork Call only when there is work to be executed-s or-The host specified by the S parameter.
- -D or--nodetach Do not detach from the control terminal.
- -e or--loop Execute in slave mode and display the login prompt.
- -f or--force When an error occurs, do not wait for any time before calling the host again.
- -i<type> or--stdin<type> Specify the type of connection port when using the standard input device.
- -I<file>--config<file> Specify the configuration file to be used.
- -l or--prompt A login prompt will appear.
- -p<connection port number> or-port<connection port number> Specify the connection port number.
- -q or--quiet Do not start the uuxqt service program.
- -r0 or--slave Start in附属 mode.
- -s<host> or--system<host> Call the specified host.
- -u<user> or--login<user> Specify the login account without allowing any arbitrary login account to be entered.
- -v or--version Display version information and exit the program.
- -w or--wait In active mode, a login prompt will appear when the action call is executed.
- -x<type> or-X<type> or outgoing-debug<type> Start the specified debugging mode.
- -z or--try-next Try the next choice without exiting the program when the execution is unsuccessful.
- --help Display help and exit the program.
Online Examples
Start the uucico service in active mode. Enter the following command directly at the command prompt:
uucico-r1
Hint: This command usually has no output.
Linux Command大全