- Forums
- Linux Hosting
- Linux Shell Error: "omitting Directory" File Copy Move Create Remove
This Page Contains information about Linux Shell Error: "omitting Directory" File Copy Move Create Remove By braker in category Linux Hosting with 18 Replies. [389], Last Updated: Sat May 18, 2024
braker
Tue Aug 29, 2006
18 Comments
31228 Visits
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 getCODE:
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/