In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-01-17 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >
Share
Shulou(Shulou.com)06/02 Report--
This article is about how to use the mv command to move files to a specified directory under linux. The editor thought it was very practical, so I shared it with you as a reference. Let's follow the editor and have a look.
Under linux, you can use the mv command to move files to a specified directory: execute the [mv source destination] command. The source can be one or more files or directories, and the destination can be a single file or directory.
The mv command (short for move) is used to rename and move files and directories from one location to another.
The syntax of the mv command is:
Mv [OPTIONS] source destination
The source can be one or more files or directories, and the destination can be a single file or directory.
If you specify more than one file or directory as the source, the destination must be a directory. In this case, the source file is moved to the destination directory.
If a single file is specified as the source and the destination is an existing directory, the file is moved to the specified directory.
If you specify a single file as the source and a single file as the destination, you will rename the file.
If the source is a directory and the destination is not, rename the source to the destination, otherwise it will be moved to the destination directory.
To move a file or directory, you need to have write access to both the source and the destination. Otherwise, you will receive a permission denied error.
For example:
To move the file linuxidc.com.txt from the current working directory to the / tmp directory, you need to run:
Mv linuxidc.com.txt / tmp
To rename the file linuxidc.txt, specify the target file name (linuxidc.com.txt in this case):
Mv linuxidc.txt linuxidc.com.txt, thank you for your reading! The method of using mv command to move files to a specified directory under linux is shared here. I hope the above content can help you to some extent, so that you can learn more knowledge. If you think the article is good, you can share it and let more people see it.
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.