[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-users] CMU Util and Ownership problems
- Subject: [cobalt-users] CMU Util and Ownership problems
- From: "EDK" <ekagan@xxxxxxxxxxx>
- Date: Sat Jun 9 04:30:02 2001
- Organization: RCS Plus, Inc.
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
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