• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Solved Command (cp -r folder direction) doesnt work

RaikND

facebook.xenoria.org
Joined
May 12, 2010
Messages
942
Reaction score
10
Location
Spain
Here is my error when i execute this command
Command:
Code:
 cp -r web /home/xenoria/web

ERROR:
Code:
cp: cannot copy a directory, `web', into itself, `/home/xenoria/web/web'
and copy any archive, but not all :S

Help please :(
 
Last edited:
i want make a homepage xD

/home/xenoria
cp -r web /home/xenoria/web
/home/xenoria/web/web (i want make thisxD) and i will change name from folder

sorry for my bad eng
 
lawl, if i dont put -, i get a new error
Code:
cp: omitting directory `web'
is f....g lie

EDIT:
Problem solved, thanks chojrak for command "mv", repped
 
Last edited:
Back
Top