[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cobalt-users] CMU Util and Ownership problems



I noticed a few months ago some posts regarding the Migration Util and
ownership errors with a few suggestions on how to fix them.  I tried them
and they didn't work for me (see below).  Is there a new version or switch
that addresses this?  I am running Rel 1.2-22 and trying to move sites from
a RAQ2 to a RAQ3.

[root@www3 web]# find . -type f | xargs chmod 664
xargs: unmatched single quote
Broken pipe

[root@www3 web]# find . -type f -name "*\.cgi" | xargs chmod 775
chmod: too few arguments
Try `chmod --help' for more information.

I have already moved around 10 sites out of 50 and would like to know what
additional steps are needed before I continue.

Thanks

Eric