> For the complete documentation index, see [llms.txt](https://hezhiqiang.gitbook.io/linux/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hezhiqiang.gitbook.io/linux/ming-ling/uuto.md).

# uuto

将文件传送到远端的UUCP主机

## 补充说明

**uuto命令** 为script文件，它实际上会执行uucp，用来将文件传送到远端UUCP主机，并在完成工作后，以邮件通知远端主机上的用户。

### 语法

```
uuto [文件][目的]
```

### 例子

将文件传送到远程 UUCP 主机 localhost 的 tmp 目录，在命令提示符中直接输入如下命令：

```
uuto./testfile localhost/tmp # 将文件传送到远程UUCP 主机localhost的tmp目录
```

该命令通常没有输出。
