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
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

File Sharing Problem

  • 14-09-2005 5:27pm
    #1
    Registered Users, Registered Users 2 Posts: 3,267 ✭✭✭


    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