Easy Tutorial
❮ Linux Comm Procinfo Linux Comm Read ❯

Linux uucp Command

Linux Command Manual

The Linux uucp command is used to transfer files between Unix systems.

UUCP is a protocol for connecting Unix systems via serial lines. The uucp command uses the UUCP protocol, primarily for file transfer.

Syntax

uucp [-cCdfjmrRtvW][-g<grade>][-I&lt;config file>][-n<user>][-x<type>][--help][source...][destination]

Parameter Description:

Example

Transfer all files in the temp/ directory to the Public/ directory in the uucp public directory on the remote host localhost. Enter the following command in the terminal:

uucp -d -R temp localhost ~/Public/

This command typically does not produce any output.

Linux Command Manual

❮ Linux Comm Procinfo Linux Comm Read ❯