word cannot save due to naming or permission error

R

rockymtn

Users trying to save office documents via AFP to a win2k3 server. I've read
some info on this from back around the first of the year but want to know if
the bug has been fixed.

Mac OSX hints says to do this:

$ cd /path/to/volume/or/sharepoint
$ sudo mkdir .TemporaryItems
$ chgrp staff .TemporaryItems
$ chmod 1770 .TemporaryItems
but the .TemporaryItems directory already exists on the server share.Is
there any other solution?Thanks,
 
C

Corentin Cras-Méneur

already exists on the server share.Is there any other solution?Thanks,

If it already exists, did you try changing the group and permissions to
reflect what's in the post??

$ cd /path/to/volume/or/sharepoint
$ sudo chgrp staff .TemporaryItems
$ chmod 1770 .TemporaryItems

Corentin
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top