In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-01-19 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >
Share
Shulou(Shulou.com)05/31 Report--
This article mainly explains "how to use the cp command under linux". The content in the article is simple and clear, and it is easy to learn and understand. Please follow the editor's train of thought to study and learn how to use the cp command under linux.
In linux, cp is the abbreviation of "copy file". The cp command is used to copy the specified file or directory. If the target file already exists or contains a file with the same name, the original file in the target file or directory will be overwritten after copying. The syntax is "cp source file destination directory" or "cp source file 1 source file 2 destination directory".
The operating environment of this tutorial: linux7.3 system, Dell G3 computer.
What is the usage of the cp command under linux
The Linux cp (English full spelling: copy file) command is mainly used to copy files or directories.
Copy a source file to the destination file (folder).
The command format is: cp source file destination file (folder)
This is the most frequently used command, responsible for copying a source file to the target file (folder). As shown in the following figure, if you copy it to a folder, the file name will remain the same, and if you copy it into the file, the file name will change. If the target file already exists or contains a file with the same name in the destination folder, the target file or the file with the same name in the destination folder will be overwritten after the copy.
Copy multiple files to target file (folder) at the same time.
The command format is: cp source file 1 source file 2 destination folder or cp file * destination folder
This command is also used frequently. The first command format can copy multiple files listed to the target folder at one time, each file is directly separated by spaces; the second command format uses the wildcard *, as shown in the following figure, all files ending in ".txt" can be copied to the folder testDir.
Thank you for reading, the above is the content of "how to use the cp command under linux". After the study of this article, I believe you have a deeper understanding of how to use the cp command under linux, and the specific use needs to be verified in practice. Here is, the editor will push for you more related knowledge points of the article, welcome to follow!
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.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.