#cp filename DestinationPath# For Example:
cp book /home/kali/Desktop/
#For Example: cp filename DestinationPath# with new name
cp file_name /home/ubuntu/Desktop/file_name2
#For Example: cp filename DestinationPath# with Same Name
cp file_name /home/ubuntu/Desktop/
#For Example: cp filename in same directory
cp file_name new_file_name
#For Exmaple : cp for Full Directory include files
cp -r dir_name new_dir_name
#linux
cp
$ cp file.doc newfile.doc
$ ls -l *.doc
cp [additional_option] source_file target_file