Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

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
Source by devconnected.com #
 
PREVIOUS NEXT
Tagged: #copying #directories #linux
ADD COMMENT
Topic
Name
6+9 =