Advertisement
Help Keep Boards Alive. Support us by going ad free today. See here: https://subscriptions.boards.ie/.
If we do not hit our goal we will be forced to close the site.

Current status: https://keepboardsalive.com/

Annual subs are best for most impact. If you are still undecided on going Ad Free - you can also donate using the Paypal Donate option. All contribution helps. Thank you.
https://www.boards.ie/group/1878-subscribers-forum

Private Group for paid up members of Boards.ie. Join the club.

File Sharing Problem

  • 14-09-2005 06:27PM
    #1
    Registered Users, Registered Users 2 Posts: 3,265 ✭✭✭


    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, Registered Users 2 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