Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

File Sharing Problem

Options
  • 14-09-2005 6:27pm
    #1
    Registered Users Posts: 3,268 ✭✭✭


    I have a Microsoft Excel file on the PB that I want to share with another user on the same computer. We both need to be able to read/write to the file as it will be updated regularly.

    The problem I have is that only the file creator can write to it even if it's shared in the shared or Public folder. Aliases don't work as they bring the same result. I can't seem to change the priveliges in the Get Info box.

    I feel I'm missing something or just doing something wrong. Any suggestions?

    OS X 10.4.2
    Microsoft Excel X for Mac

    Thanks


Comments

  • Registered Users Posts: 3,744 ✭✭✭deRanged


    you could add permissions using the terminal.

    open a terminal, cd to the directory with the file,
    then
    chmod a+rw <filename>

    this will allow *everyone* to read and write the file.
    this might not be a good idea depending on who has acess to the machine.

    there's probably a better Mac-style way to do it though.


Advertisement