Wallpapers Forums Login

Linux Shell Error: "omitting Directory" File Copy Move Create Remove

I am getting this error whenver I send a command to copy a directory. This is the command I am using:

CODE:
cp /var/www/html/ /var/web/html/


Thi is the error I get
CODE:
cp: omitting directory `/var/www/html/'


What I am doing wrong

I've also seen this error whenever i do:

CODE:
mv /var/www/html/ /var/web/html/


CODE:
rm /var/www/html/ /var/web/html/
Yer32 Thu Dec 23, 2010
You can use -v (verbose) as well to see what's going on. It looks like

cp -rv dir1 dir2
xxx Sat Dec 18, 2010
Very thanks.

Das hilft mir viel Zeit !
m1k3y Sat Nov 27, 2010
when you are copying a directory you have to add -r

so it will be like this
cp -r /var/www/html/ /var/web/html/
shiv Mon Nov 22, 2010
i'm coping bulk files,all files copy bt one error occure(omitting directory)during copy and file is not copy.pls tell why its happen and what i do.
linithnarayan Wed Apr 14, 2010
omitting directory `/usr/local/sw/oracle_app
Hari Wed Nov 11, 2009
we can use this commnad to
cp -r dir1 dir2

these dir1 and dir2 are directory name or u can use path here
-r means it is recursively copying. means it will copy the whole content to destination directory and it will ask u want to overwrite the content in the directory u can say no or yes , then it will skip that and will go to next dir copying
Scott Mon Jul 20, 2009
fyi: the -r argument indicates a recursive copy should be performed.
majeti Sun Mar 30, 2008
thanks .. it helped me too ..
small but immense potential to irritate :)
rakshas Fri Feb 15, 2008
thank you very much!
Jayson Sat Dec 01, 2007
heck yes!!! thank you very much. this is such a relife that ic an do this
Alexa Thu Nov 29, 2007
this is great. it worked like a charm.
Chandra Wed Oct 17, 2007
this is very helpful information me too.
Sunil Mon Oct 15, 2007
helped me too
thanks!!
--
goodtoknowit.blogspot
Mohamed Wed Sep 12, 2007
i helped mee tooo thanks a lot..
jianchao Sun Jun 24, 2007
good answer

Related Content

Information

Share

wallpaperama | Wallpapers | Forums | Terms Of Service

copyright © 2013 wallpaperama - All Rights Reserved - Last Updated Mon May 06, 2013 (-8 GMT)
Powered by: Webune Forums V5