Linux Commands for Beginners - Copying and Moving Files (cp, rv) Part 2
Basic Linux terminal commands and actions for beginners. This video will go over creating copies of files and directors (cp) and moving them. (mv)
Check out part 1 going over changing directories and listing files.
https://youtu.be/QA_JzyXoNWI
00:00 - Introduction
01:43 - Basic File Copy
02:12 - Copy to Different Directory
03:10 - Copy Directories and Contents
05:14 - Sudo Copy
05:57 - Moving Files
https://www.linuxtechi.com/cp-command-examples-linux-beginners/
"Being a Linux user, copying files and directories is one of the most common day to day operations task.cp command is used to copy the files and directories from one local place to another using command line. cp command is available in almost all Unix and Linux like operating systems"