How to share files and folders between users of a same mac

Hello,
I would like to share a folder among users of the same Mac. I have a folder called toto, containing files and folders and i would like to share toto with other users of my mac. I would like the other users to be able to read and write every file contained in the shared folder toto.
Is it possible ?
Thanks a lot,
Franck

Yes, that works for items that are already there, but would have to keep being repeated for newly-created items.
Actually, using chmod -R 777 <folder> raises a Unix question for me that perhaps a more knowledgeable person here can answer for both of us.
Setting the  "x" bit on an enclosed folder would make it "searchable", which is what you want here, while setting the "x" bit on an enclosed file would make it "executable", which would not be intended.   It's  my understanding that if you use chmod -R 777 you will set the "x" bit on all enclosed items, including the files, while using, say, chmod -R a+rwX would only set the x bit on enclosed folders, not the enclosed files. My question for someone here is, should you therefore never use chmod -R 777 on an enclosing folder and instead always  use something like chmod -R a+rwX?  Does it make any difference in practice whether or not your datafiles are inadvertently made "executable?"

Similar Messages

  • How do I share photos in iPhoto between users on the same mac

    When one user account on my iMac takes photos with their iPhone they download to their iPhoto. I want them to be added to my iPhoto user account also and vice versa.

    An iPhone can only stream one "my Photo Stream", and this is bound to one iCloud account, the account that is used  for the iPhone.
    If you want to stream automatically from one iPhone to several persons using "My Photo Stream", all of you need to use the same Apple ID and the same iPhoto library, because My Photo Stream can only be tied to one library at a time.
    With separate iPhoto libraries and IDs use shared photo streams, if your mac supports them, see:
    iCloud: iCloud Photo Sharing FAQ
    iCloud: Using and troubleshooting Shared Photo Streams

  • How do I share microsoft software on a mac between users of the same mac?

    How do I share microsoft software on a mac between users of the same mac?
    New Mac
    Set up Microsoft tools on the mac but can't figure out how to share them between different logins we have setup on our computer

    Hello FritzMills3,
    Thank you for using Apple Support Communities.
    For more information, take a look at:
    FaceTime for Mac 1.x: Manage your FaceTime settings
    http://support.apple.com/kb/PH5652
    Open FaceTime preferences
    Choose FaceTime > Preferences.
    The Account field identifies the Apple ID you used to sign in to FaceTime.
    You can turn off and sign out of apple id.
    Have a nice day,
    Mario

  • Share calendar between users on the SAME mac

    How can I share a single calendar (and address book) between users on the SAME mac? Thanks.

    I've got the same question...
    Anyone?
    Anyone?
    ...bump...

  • Move an iTunes library between users on the same mac

    How do I move an iTunes library between users on the same mac?
    I accidentally created a secondary user on my mac some time ago when using the migration tool and am now going back and transferring all my files from the secondary to the admin user profile.
    I wanted to know which itunes files/folders need to be copied over.
    Is the process as simple as replacing the itunes folder on admin with the copied itunes folder from my secondary profile or do I need to delete the admin folder first and then copy the old folder over or do I delete the contents of the folder and replace with the copied contents?
    I am using shared folders to move between users, but want to make sure that I am picking the right files to transfer.
    Thanks in advance.

    Assuming you have left iTunes to default settings so everything is still in the iTunes folder the way iTunes likes it to be, copy the whole of the iTunes folder to the new location.  If it is in the default directory (Home > Music) for iTunes the application will automatically use it there for the new account.  If you put it elsewhere you will have to start iTunes and immediately hold down the option key to direct it to the new location.
    It is just possible you will have to change permissions.  If you encounter those issues read the part about changing permissions on the iTunes folder in: https://discussions.apple.com/message/11583914
    This is all a slight variant on:  iTunes: How to move [or copy] your music to a new computer [or another drive] - http://support.apple.com/kb/HT4527

  • How to sort files and folders like Windows

    I don't know if this is specific to Arch or every other Linux distro but one thing that really bugs me in Arch is how files and folders are sorted. I use Windows as my main OS (don't start on that please) and I have one folder properly organized exactly as I want it and I like it how Windows sorts this. I access that same folder from my Arch installation, the problem is that the sorting is different and it gets on my nerves lol...
    This is how Windows sorts that specific folder:
    C:\Users\Nazgulled\Documents\University>dir /O
    Volume in drive C is Vista
    Volume Serial Number is F84E-02BE
    Directory of C:\Users\Nazgulled\Documents\University
    05-08-2009 15:34 <DIR> .
    05-08-2009 15:34 <DIR> ..
    05-08-2009 11:10 <DIR> [Archives]
    05-08-2009 14:38 <DIR> [Developers]
    05-08-2009 11:17 <DIR> [X] 1) Cálculo II
    05-08-2009 11:18 <DIR> [X] 2) Análise de Custos
    05-08-2009 11:18 <DIR> [X] 2) Cálculo de Programas
    05-08-2009 11:18 <DIR> [X] 2) Laboratórios de Informática III
    05-08-2009 11:18 <DIR> 2) Algoritmos e Complexidade
    05-08-2009 11:18 <DIR> 2) Arquitectura de Computadores
    05-08-2009 11:18 <DIR> 2) Comunicaçao de Dados
    05-08-2009 11:18 <DIR> 2) Engenharia Económica
    05-08-2009 11:18 <DIR> 2) Estatística Aplicada
    0 File(s) 0 bytes
    13 Dir(s) 24.700.485.632 bytes free
    And this is how Arch does it:
    nazgulled ~/University $ ls -l
    total 7
    drwxr-xr-x 1 nazgulled nazgulled 4096 2009-08-05 11:18 2) Algoritmos e Complexidade
    drwxr-xr-x 1 nazgulled nazgulled 4096 2009-08-05 11:18 2) Arquitectura de Computadores
    drwxr-xr-x 1 nazgulled nazgulled 4096 2009-08-05 11:18 2) Comunicação de Dados
    drwxr-xr-x 1 nazgulled nazgulled 4096 2009-08-05 11:18 2) Engenharia Económica
    drwxr-xr-x 1 nazgulled nazgulled 8192 2009-08-05 11:18 2) Estatística Aplicada
    drwxr-xr-x 1 nazgulled nazgulled 4096 2009-08-05 11:10 [Archives]
    drwxr-xr-x 1 nazgulled nazgulled 4096 2009-08-05 14:38 [Developers]
    drwxr-xr-x 1 nazgulled nazgulled 4096 2009-08-05 11:17 [X] 1) Cálculo II
    drwxr-xr-x 1 nazgulled nazgulled 12288 2009-08-05 11:18 [X] 2) Análise de Custos
    drwxr-xr-x 1 nazgulled nazgulled 4096 2009-08-05 11:18 [X] 2) Cálculo de Programas
    drwxr-xr-x 1 nazgulled nazgulled 4096 2009-08-05 11:18 [X] 2) Laboratórios de Informática III
    How can I get Arch/Linux to sort exactly the same as Windows?
    Last edited by Nazgulled (2009-08-05 14:41:47)

    toad wrote:
    Nazgulled wrote:Surely there must be a way to have the same sorting collation in Linux like in Windows
    Ah, no. The way they are doing it is nonsensical and not good practice for a unix style system. Having said that, some solutions have already been offered in this thread.
    While you are free to continue to ask others to help you achieve your aims, it may be more convenient for you to adapt to a structure that is displayed the same way under all systems (just to avoid frustration - not saying you _should_ do it ).
    I really don't care if it's nonsensical, I use Windows 95% of the time or more, it's my main OS, I'm used to it and I like it. Why should I care if it's not a good practice for a unix style system? I just want things to behave the way I like and for a free system like Linux where it doesn't even compare to Windows in terms of freedom in what I can do with it and configure the way I like, it sure is hard to change the way folders/files are sorted...
    It sucks that there isn't a proper solution but I'm not going to adapt anything, that would be nonsensical... But if I have to, I can live with the fact that there isn't a good solution and leave it as it is
    Thanks everyone for their input, "topic closed".

  • Canvio DTD21B - how to restore FIles and Folders on a different system

    Hi I'm helping my friend.  We backed up her old laptop's hard drive  to a new Canvio 1Texternal hard drive, but backed up the whole system.  The system is now defunct.  It ran Win 7. This is three weeks later and we have a new 17" Toshiba laptop running WIN 8.1. I can't seem to find a way to restore just her FIles and Folders to the new system.  I do not want to overwrite the Win 8.1 operating system so do not want to do a full restore. Her Files and FOlders are important to her so I would appreciate your adice as to how to restore just that data. I can't find anything in HELP or on this forum that addresses this issue.
    THank you.

    I am really surprised that no one has the answer to this question. But, thanks to the 170 of you who read my plea for direciton

  • I am having trouble deleting files and folders after creating in the same .VI

    I have a larger .VI that runs an automated balancing routine for a large rotating mass.  The test needs to create some folders and files so that as the rest is run multiple times, there is a way to track how units did under test and when they were tested.
    The attached .VI is only the portion of the code that creates the files and folders, waits for user input, and then deletes them if the test is cancelled before data is collected.  There are other elements, but they are irrelevant given that I can't even get the stripped down code to work.  I have checked the permissions on the deepest file (within both folders) and I am unable to get 777(oct) permissions on this file which could be the only problem I have.  Does anyone have any suggestions?
    Attachments:
    test1.vi ‏47 KB

    Here are a couple of things:
    Frame 0: the pane properties are saved with the file, so once they are set you never need to set them again. Delete the property node and associated constants.
    Frame 1:
    Shouldn't "Serial#" be a control (and an integer)? You do a complex song and dance to add leading zeroes. Simply format your serial number with format "%04d"
    Shouldn't "Operator" be a control?
    Frame 2: That loop needs a small wait statement. Since STOP is always true when the loop ends, the later case structure seems unneeded.
    Frame 3:
    the STOP function seems unneeded. the VI will stop anyway since there is no code left.
    never use default tunnels for references.
    All your error outputs are "disconnected" and write to the same indicator. Mist likely you'll loose intermediary errors.
    Overall, you should use a state machine architecture instead of sequences. It will be much more flexible and will take even less diagram space. The indicators can be outside the state case, so all states can write to them. No locals needed.
    LabVIEW Champion . Do more with less code and in less time .

  • Share individual photos (NOT a library) between users on the same Mac

    I've read through all the photo sharing posts, and have not found an answer to this question:
    There are multiple users on the same Mac, running Tiger and iPhoto 5. I want to be able to export certain photos to the Shared folder so that others on the Mac can import them into their iPhoto as separate copies on their own.
    The Photo Sharing methods described in many other messages here would not be ideal, because the users with the original photos don't want to have to be logged in or have iPhoto open while others are on the computer. Also, they don't want their entire library to be looked through, just certain photos that they choose to export. The "Shared" folder seems like the answer to this, but so far it's been a huge letdown.
    I've tried exporting the photos out to the Shared folder, but there are access errors when the other users try to import them into their iPhoto. Even if I modify the "Everyone" access rights to read & write on the files in the shared folder, it makes no difference. Is this the wrong approach? Would doing this through the Public folder make any difference?
    Is there some simple way I'm missing here? It's difficult for me to imagine that something this basic is SO hard to do on the Mac.
    Thanks!

    Hi Scott,
    The method I use is to put the images in a folder in my ~/Public/Drop Box folder. All members can access the images in there.
    Lori

  • HT4007 how can i share photos between users on the same mac?

    Dear All,
    My wife and I use the same MacbookPro, but our own different login Accounts on the Mac, how can we share photos bewtwen these 2 accounts.
    Say, I've downloaded some pics from my camera and would like to transfer to her login account.
    Can I do it on the desktop level or can I use iPhoto to do this? I'd like to know how to do bothways, without having to duplicate the files(ie saving 2 copies of the same file on the computer)
    Isn' there a 'New' feature on iPhoto / Aperture saying that it uses the same 'Unified' library or something ?
    Can this feature help? but how to activate?
    Pls help.
    Thanks

    Macs have a folder called "Public" for this purpose.  See this from Finder's help:
    Share files with others using a drop box
    To give a copy of a file to another user, you can copy the file to the person’s Drop Box.
    HidePut a file in the Drop Box of another user on your Mac
    Open the user’s Public folder (in their home folder in the Users folder on your hard disk).
    Hold down the Option key and drag the file to the Drop Box in the user’s Public folder.
    Click the desktop to make sure you’re in the Finder, and then choose Go > Computer.
    Double-click the icon for your computer’s internal disk (usually named Macintosh HD) to open its folder.
    Open the Users folder, and then open the folder for the person to whom you’re giving a file.
    Open the user’s Public folder, and then drag the file to the Drop Box. To keep a copy of the file for your own use, hold down the Option key while you drag.
    Even though you can put items in another user’s Drop Box, you can’t open any Drop Box except your own.

  • Sharing files and library between user accounts

    I know this question was asked many times before, but I never read a clear answer. Is it possible to share the library (and files) from one user account to another user account on same computer (same apple ID in iTunes) so that when user 1 downloads music, user 2 will see the music (without any additional steps) when they log into iTunes.
    The problem I ran into was user 2 had to manually add the new purchased music to their library in order to see the music. If user 2 was unaware of any purchases, user 2 unaware could potentially repurchase the same music.
    My issue is my other users (family members) are not diligent when it comes to checking.
    Is there an easy way to sync the two music libraries (or 1 real library) across multiple user accounts on the same PC.

    Move the library to the /Users/Shared/ folder, go into each user account, launch iTunes with the Option key held down, and choose that library.
    (111791)

  • How to share icalendars, and contacts across users with iphones

    We recently purchased two iphone 5cs for my husband and I to use. We want to share the contacts and ical on our Macbook Air. Currently the Macbook Air is set up as my computer with my id. How do I share the ical and contacts with my husbands phone?

    kimberleyallen wrote:
    Is there any way to share a group of contacts with another user in the same way as you can share calendars?
    With iCal you can choose to share certain calendars so that any changes are updated on everyone's devices that the calendar has been shared with.  I want to replicate that system with a group of contacts.  I know this could be achieved by having contacts assigned to one iCloud account, that account being the one that is used on everyone's devices but that means that all the contacts would be shared.  I have groups of contacts, personal, business etc.   The business group of contacts contains all the relevant contact information for the client but also I use the notes section to record details of conversations etc.  I would like to be able to share that group of contacts with a work colleague so that they could access up to date information on that client and also if either of us added new contacts the group would be updated on all our devices.  However I don't want to share personal contacts which is what would happen if we shared the same iCloud account.
    Any ideas anyone?
    My suggestion would be to open that "second" icloud account. Use it for you and your colleague(s). Then transfer every contact that you want to share onto that account.
    Going to Settings---> Mail, Contacts, Calendars---> Add Account to add the new account, and set the Contacts to ON.
    When you want to add/edit/delete a contact from that account. Just open Contacts---> Select Groups and select that account from the list. You can then add/edit/delete the contacts.
    Going this route will keep your personal contact list separate from the professional list.
    You can use iCloud, google, Yahoo, Outlook.com and others. Personally I'll stick with an IMAP service. As you can also use the Notes in the Notes app. *Separate from the Contacts Note section you mentioned.
    KOT

  • How can photo albums be shared between users on the same computer?

    I have downloaded photos into IPhoto, but my wife can't view them on the computer from her homepage.  (We have separate  passwords upon startup.)  Thanks.

    For iPhoto 09 (version 8.0.2) and later:
    What you mean by 'share'.
    If you want the other user to be able to see the pics, but not add to, change or alter your library, then enable Sharing in your iPhoto (Preferences -> Sharing), leave iPhoto running and use Fast User Switching to open the other account. In that account, enable 'Look For Shared Libraries'. Your Library will appear in the other source pane.
    Any user can drag a pic from the Shared Library to their own in the iPhoto Window.
    Remember iPhoto must be running in both accounts for this to work.
    If you want the other user to have the same access to the library as you: to be able to add, edit, organise, keyword etc.
    Quit iPhoto in both accounts. Move the Library to the Users / Shared Folder
    (You can also use an external HD set to ignore permissions, a Disk Image or even partition your Hard Disk.)
    In each account in turn: Double click on the Library to open it. (You may be asked to repair the Library Permissions.) From that point on, this will be the default library location. Both accounts will have full access to the library, in fact, both accounts will 'own' it.
    However, there is a catch with this system and it is a significant one. iPhoto is not a multi-user app., it does not have the code to negotiate two users simultaneously writing to the database, and trying will cause db corruption. So only one user at a time, and back up, back up back up.

  • How do I use AirDrop to share files and documents between my iPad and computer?

    Even directly plugging in my two devices to eachother I cannot get my documents onto both of my devices unless I go through a rediculously long route to do so. The only reason I got the IPAD was to NOT have to go save afile on my computer, email it to myself, switch to my ipad, open my email, open attachment into Textius (the app I PAY FOR), save it onto the device. I have 26 items to do this to. I can do this faster on my phone because my comuter recgnizes it as a device at least i can drag and drop there! I paid too much money to deal with this ****. air drop doesnt work for me and I would like to understand why in the world it doesnt work between my own devices.

    AirDrop does not work cross-platform. Not sure where you got that impression. It only works OS X to OS X, or iOS to iOS.
    In the upcoming major software releases this Fall, iOS 8 and OS X Yosemite, AirDrop will work cross-platform, but not right now.

  • How to share files with other PC users such as html file?

    I am creating a website using QuarkXpress. Now I uploaded my html and image folder directly to my Site folder. My client has a PC, but cannot open the http address to view the page. Web sharing is on, also file sharing. What did I miss?? Thanks for your help.

    Hi, there are actually 2 Sites on your Mac.
    Open System Preferences>Sharing, highlight Web Sharing & look for something like this...
    View this computer’s website at http://192.168.1.4/ or your personal website at http://192.168.1.4/~naxten/
    Oh, is your client remote, or on the same local IP range?

Maybe you are looking for

  • Call RFC  using java procedure

    Hi How can I to use java procedure and call RFC for to access tables of SAP ? Thank You

  • Pass the REPORT_FILENAME parameter to Report,

    i think i know the problem, but i dont know how to solve it, so plz need your help guys :) the REPORT_FILENAME is to long, when i call the report using the orignal path which is D:\PISYS_10g\Eng\Reports\PI\Annually 2 years Reports\Financial\FI07_All_

  • Getting error in creating EMS on BAM

    Hi, We have requirement to read data from WL JMS queues for this I am trying to use EMS to persist data from JMS queue to the BAM dataobjects. The weblogic JMS queue is on a different domain on differnt machine than the bam server. so i made the foll

  • Error when converting movies

    I have an Ipod Video 30Gb. My Itunes can´t convert movies to the Ipod-format. What am I doing wrong? When a try, Itunes just shuts down. I have Quicktime PRO and when I try to export the movies from there to the Ipod, it just shuts down too! Please,

  • Text Scam? Lost/Recover Iphone

    Hello! My wife lost/Stolen her iPhone 5s in Las Vegas abour 2 weeks ago. Today I recieved a text from 213-712-8384 in the text content it stated. (Apple Device Recovery Priotity Code LV3-R3 please verify below validation.byethost7.com) (01/02 this is