Answers for "how to copy directories and paste in linux"

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 "how to copy directories and paste in linux"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language