Mac Terminal: mv vs cp Command | Move vs Copy Files Tutorial
3views
003:23
T
Taught by Celeste AI - AI Coding Coach
View on YouTubeDescription
š Learn the difference between mv (move) and cp (copy) commands in macOS/Linux terminal!
In this beginner-friendly tutorial, you'll learn:
ā
How to move files with the mv command
ā
How to copy files with the cp command
ā
The key difference: mv deletes the original, cp keeps it
ā
Real terminal demos showing files actually moving/copying
ā
Pro tip: Use cp -r to copy entire folders!
ā±ļø Timestamps:
0:00 - Introduction
0:12 - The mv (Move) Command
1:19 - The cp (Copy) Command
2:21 - When to Use Each
3:11 - Summary & Next Steps
š§ Commands covered:
⢠mv source destination - Move/rename files (original deleted)
⢠cp source destination - Copy files (original remains)
⢠cp -r folder backup - Copy entire directories
š” Key Takeaway:
- Use mv when relocating or renaming
- Use cp when backing up or duplicating
š Like & Subscribe for more terminal tutorials!
#macOS #Terminal #CommandLine #mv #cp #BashTutorial #LinuxForBeginners
Back to tutorialsOpen in YouTube
Duration
3:23
Published
December 19, 2025
Added to Codegiz
March 15, 2026