Concept Flow - cp (copy files and directories)
Start: cp command
Check source exists?
No→Error: source not found
Yes
Is source a file or directory?
Copy file
Place copy at destination
End: copy complete
The cp command checks if the source exists, then copies files directly or directories recursively to the destination.