link
Copy files and directories
cp
Copy file to directory
cp file.txt backup/
Recursive copy of directory
cp -r dir1/ dir2/