Answers for "copy folders linux"

0

how to copy folder in linux

cp -r yourF ./desdination
Posted by: Guest on July-28-2021
0

copying directories in linux

#first - open the directory where the file is located.
#cp filename /home/YourUserName/Desktop/ -r
#for example
cp Books /home/kali/Desktop/ -r
Posted by: Guest on May-01-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language