How to move files to another folder in Linux: 1. Open a terminal command window; 2. Find the file and target folder to be moved; 3. Execute "mv CodeSign4SecureBoot_SCP /home/topeet/iTop4412_uboot" Just use the command to move a file to another folder.
#The operating environment of this tutorial: linux5.9.8 system, Dell G3 computer.
How to move files to another folder in Linux?
Move a file to another folder in linux
Instruction:
mv 文件夹的名字 目标文件夹文件目录
Example:
Move the CodeSign4SecureBoot_SCP file under text Go to the /home/topeet/iTop4412_uboot directory
Code:
mv CodeSign4SecureBoot_SCP /home/topeet/iTop4412_uboot
Illustration:
Result:
Recommended learning: "Linux Video Tutorial"
The above is the detailed content of How to move files to another folder in linux. For more information, please follow other related articles on the PHP Chinese website!