View Single Post
Posts: 3,664 | Thanked: 1,530 times | Joined on Sep 2009 @ Hamilton, New Zealand
#18
Originally Posted by fantomsingh View Post
thanx...i got terminal open....what do i do now?? and no i didnt install SSH
if you have xterminal opened then you can just copy the files to your memory card

cp = copy
To copy a directory with all subdirectories and files use the Linux / Unix cp command. Below is an example command of how you would use the cp command to copy files. Additional information about this command and other examples can also be found in the above cp link.

cp -r /home/hope/files/* /media/mmc1/

http://www.computerhope.com/unix/ucp.htm
 

The Following User Says Thank You to maxximuscool For This Useful Post: