发布时间:2023-08-23 文章分类:Linux + 投稿人:优优 字号: 默认 | | 超大 打印

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

语法格式:uuto [文件]

常用参数:

文件 需要执行的传送文件
目的 指定目标文件路径

参考实例

将文件传送到远程UUCP主机localhost的tmp目录:

[root@linuxcool ~]# uuto ./testfile localhost/tmp 

将文件传送到远程UUCP主机localhost 的www目录:

[root@linuxcool ~]# uuto ./testfile localhost/www

将文件传送到远程UUCP主机localhost 的test目录:

[root@linuxcool ~]# uuto ./testfile localhost/test

将文件传送到远程UUCP主机localhost 的test1目录:

[root@linuxcool ~]# uuto ./testfile localhost/test1

将文件传送到远程UUCP主机localhost 的test2目录:

[root@linuxcool ~]# uuto ./testfile localhost/test2