[pmwiki-users] Switching Hosts

DaveG pmwiki at solidgone.com
Mon Jan 16 15:07:16 CST 2006



H. Fox wrote:
>>>First, assure all directories and files from the old site are readable
>>>
>>>   find -type d pmwiki | xargs chmod 755 *
>>>   find -type f pmwiki | xargs chmod 644 *
>>
>>I assume this means all directories set to 755, and all files to 644.
> 
> 
> It does.  Here's what those should have been
> 
>    find pmwiki -type d |xargs chmod 755
>    find pmwiki -type f |xargs chmod 644
> 
> Try simply `find pmwiki -type d' to get an idea.
> 
> The xargs(1) command just e(x)ecutes the command with the list as (arg)ument(s).

That's what I ended up using.

Well, the problem turned out to be a simple capitalization problem 
caused by moving from windows to Unix.

Thanks very much for the help Hans, much appreciated.

  ~ ~ David





More information about the pmwiki-users mailing list