English | 简体中文 | 繁體中文 | Русский язык | Français | Español | Português | Deutsch | 日本語 | 한국어 | Italiano | بالعربية

Linux uuto command

Linux Command大全

The Linux uuto command transfers files to remote UUCP hosts.

uuto is a script file that actually executes uucp, used to transfer files to remote UUCP hosts and notify users on the remote hosts by email after the task is completed.

Syntax

uuto [file] [destination]

Parameters:

For related parameters, please refer to uucp command.

Online Examples

To transfer the file to the tmp directory of the remote UUCP host localhost, enter the following command directly in the command prompt:

uuto./testfile localhost/tmp # Transfer the file to the tmp directory of the remote UUCP host localhost

This command usually has no output.

Linux Command大全