z/OS UNIX System Services User's Guide
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Using the UUCP network

z/OS UNIX System Services User's Guide
SA23-2279-00

If your system administrator has UUCP (UNIX-to-UNIX Copy Program) set up to communicate with remote sites, you can use this facility to send or retrieve files, or to run commands or custom applications at other sites in the UUCP network. To send or retrieve files from remote sites, use the uucp command; this causes a file transfer request to be queued. Depending on how your system is set up, a file transfer request may be processed immediately or later at a scheduled time.

UUCP provides the uucp command, which schedules files to be exchanged with other UUCP systems, and the uux command, which schedules commands to be executed by other UUCP systems. However, the uucp and uux commands do not cause any files to be exchanged or commands to be executed. For this, UUCP provides two daemons called uucico and uuxqt, which establish communication sessions, transfer data, and execute commands according to the requests scheduled by uucp and uux.

The commands that you use with UUCP are:
uucp
Copy files between remote systems
uuname
Display a list of UUCP systems
uupick
Manage files sent to you via uuto
uustat
Display the status of pending UUCP transfers
uuto
Copy files to users on remote systems
uux
Request command execution on remote systems
Tip: uucp, uuto, and uupick do not convert file data to or from EBCDIC. The sending and/or receiving user must convert file data if two systems have different codesets. You can use the iconv command to do this.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014