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

Cp and mv and-T parameters in the Linux command

2025-01-18 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

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

Linux command cp and mv as well as-T parameters, many novices are not very clear about this, in order to help you solve this problem, the following editor will explain in detail for you, people with this need can come to learn, I hope you can get something.

Fdisk-l

Df

Du

Ps-aux | grep tomcat

Ps-ef | grep tomcat

Cp copies files and folders in the following ways:

What's the difference between the destination path without a file name and without a file name? if there is no file name, what's the difference between / and no / after the directory?

Source directory / root/d

Target directory. / d (already exists)

Result

Cp-r / root/d. / d (. / dUnip d)

Cp-r / root/d. / d / (. / dUnip d)

Cp-r / root/d/. / d (. / dUnip d)

Cp-r / root/d/. / d / (. / dUnip d)

If the parameter-T is added, the execution result is consistent with the following situation

Source directory / root/d

Target directory. / d (does not exist)

Result

Cp-r / root/d. / d (. / d)

Cp-r / root/d. / d / (. / d)

Cp-r / root/d/. / d (. / d)

Cp-r / root/d/. / d / (. / d)

If you add the parameter-T, the behavior does not change.

It is recommended that in any case, add the parameter-T to avoid the uncertainty caused by the existence of the target directory.

Move command

Mv-fT / root/d/. / d /

When using this command, it is best to add the parameter-fT, which can avoid the uncertainty caused by the existence of the target directory.

Is it helpful for you to read the above content? If you want to know more about the relevant knowledge or read more related articles, please follow the industry information channel, thank you for your support.

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

Development

Wechat

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

12
Report