Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Transfer files between unix systems using the uucp command of linux

2025-01-14 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/02 Report--

This article mainly introduces the use of linux uucp command unix system to transfer files, the article is very detailed, has a certain reference value, interested friends must read it!

UUCP is a protocol that connects Unix systems through serial lines. Uucp uses UUCP protocol, and its main function is to transfer files.

Syntax format: uucp [parameters]

Common parameters:

-c does not need to copy the file to the buffer-C copies the file to the buffer-d automatically establishes the necessary directory in [destination] when transferring the file-f when transferring the file, if you need to establish a directory in [destination], abandon the job-I specify uucp configuration file-j display job number-R if [source] is the directory, copy the entire directory including a subdirectory to [destination]

Reference example

Transfer all files under the temp/ directory to the Public/ directory under the uucp public directory of the remote host localhost:

[root@linuxcool] # uucp-d-R temp localhost ~ / Public/

Transfer all files under the home/ directory to the Public/ directory under the uucp public directory of the remote host localhost and display the job number:

[root@linuxcool] # uucp-d-R-j home localhost ~ / Public/ above are all the contents of transferring files between unix systems using linux's uucp command, thank you for reading! Hope to share the content to help you, more related knowledge, welcome to follow the industry information channel!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report