linux-command/command/uuto.md

27 lines
630 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

uuto
===
将文件传送到远端的UUCP主机
## 补充说明
**uuto命令** 为script文件它实际上会执行uucp用来将文件传送到远端UUCP主机并在完成工作后以邮件通知远端主机上的用户。
### 语法
```shell
uuto [文件][目的]
```
### 例子
将文件传送到远程 UUCP 主机 localhost 的 tmp 目录,在命令提示符中直接输入如下命令:
```shell
uuto./testfile localhost/tmp # 将文件传送到远程UUCP 主机localhost的tmp目录
```
该命令通常没有输出。
<!-- Linux命令行搜索引擎https://jaywcjlove.github.io/linux-command/ -->