[Linux basic] Copy, delete, and move commands for Linux files

cp (copy) command The cp command copies files from one location to another. If the destination file exists, it will be overwritten; if the destination directory exists, the file will be copied to that directory....