PDA

View Full Version : how to move folder with using SSH?



duock
02-22-2006, 04:59 AM
helo

i wan know how to move folder with using SSH?
i use cp commad



cp download /home/admin/domains/default/


but it look likes can move files but cannot move folder..

dannygoh
02-22-2006, 05:03 AM
try mv


mv download/ /home/admin/domains/default/