How do I share programs between users on my MacBook Pro.

How do I share programs between users on my MacBook Pro. I downloaded mine craft under my user name and I just made my son a new user on the computer but I can't figure out how to put mine craft on his desktop

Try going to system preferences, then go to users and groups- find the option to allow sharing among users
I hope this solved your problem(: btw- I love minecraft!!!

Similar Messages

  • How do I share files between profiles on my Macbook Pro. 10.8.4, HELP!

    how do I share files between profiles on my Macbook Pro. 10.8.4 I have moved the files to the public folder, shared the folder and enabled sharing in system preferences. however, i still cannot access the files from my other profile. Please help!

    Information.
    Try dropping the files into your wife's Public Folder.
    File Sharing
    File Sharing (2)

  • How do I share directories between my iMac and Macbook Pro?

    Hi there,
    I have a Macbook Pro (13 inch, Mid 2010, 8Gb RAM and 1Tb SSHD drive) and an iMac (2012 model, 8GB RAM, 1TB hard drive). Both run the most recent version of Yosemite.
    At the moment I tend to use the iMac as the master computer, its the one I put new music on, new photos, etc. The Macbook I use when not at home but it obviously does not have anywhere near as much music or photos on it. It's annoying as I can't synch my iPhone with the Macbook without losing files that are on the iMac.
    Is there a way that I can share the same directories for iTunes and iPhoto (And it's replacement Photos when it comes out). The ideal situation being that if I update one, it also updates the other.
    Would having cloud storage be the answer? Then again would the Macbook have access to these directories if I'm not in range of WiFi?
    Thanks!
    J

    I use iTunes Match ($25/year – not too expensive) and iCloud Photo Library for this. I sync my phone with the desktop computer, but I don't store all my music and photos on the phone because there's not anywhere near enough capacity.
    All of your Apple devices can access these services.

  • How to share programs between users on same machine?

    I'm sure there is an easy answer to this and as a proud five year Apple user, I'm kinda embarrassed to ask. But now that I am sharing a computer with new fiance, I need to know!
    How can we share software between users on the same machine without downloading it under each user?

    The difficult question isn't sharing programs (which almost always are shared by default) but how to share data. In particular, music in iTunes, photos in iPhoto, videos in iMovie, they all resist sharing because those apps were not designed for it. In general, to share data you can use the "Shared" folder. Go to your home folder, and go up a level to Users, then select Shared. You might want to drag it to the places list on the left in the finder so you can get to it easily. You can put your iTunes and iPhoto libraries in Shared. To select the shared versions, hold down the Option key while launching iTunes or iPhoto. Video files can also be stored in Shared, however iMovie seems to be hard connected to an individuals Movie folder.

  • How do I share files between users on the same Macbook pro?

    I have created different users on my new Macbookpro, but I can't seem to share files between two users. Help how do I share files between users on one laptop? eg. a pdf file that I want to grab from my user x and use it on user y, thanks.  By the way I have already tries going into system preferences, sharing folder, then turning on file sharing and that didnt work. thanks

    From the Help Menu using the search criteria Drop Box

  • Moving Libraries between users on same MacBook Pro

    So when I bought my new MacBook Pro, I started a new user account and imported my old user acct from my Black MacBook.  This may have been a mistake because now I have an iPhoto library and an iTunes library for each user on my new MacBook Pro.  I would like to move these libraries from my old MacBook user acct to the new acct on the new MacBook Pro.  Is there a way to do this?  I ultimately want to delete the old MacBook acct and just have one user on my MacBook Pro.  Does that make sense?
    Thanks!
    T

    Log into the old account. Drag the Libraries to the Users/Shared folder.
    Switch to the new Account. Drag the Libraries to the Pictures or Music folders as appropriate.
    Regards
    TD

  • I have windows, one computer but multi users. home sharing is on. how can i share music between users on one computer?

    I have windows.  One computer but multi users.  Home sharing is on. 2 apple accounts-1 per user. 4 devices-2 iphones and 2 ipods per user.  How can we share music  on one computer between 2 users?

    Hi Justinece, I've solved the problem in this way:
    In my wife user profile I've set in itunes settings/advanced the path to my music library: /Users/"MY NAME"/Music/iTunes/Itunes media.
    Than, from my wife profile using my administrator user and password I've set the "read/write" privileges on the above mentioned folder.
    Finally I've added the folder in my wife's library taking care to not duplicate it ( leave blank the flag in itunes setting/advanced).
    I really don't understand what's the use of home sharing...

  • How do I share music between user accounts on the same computer?

    My wife and I have separate user accounts on the same MacBook Pro so that we can both sync our phones to this computer. My account is the primary user account, and my iTunes library is stored in this account. My wife would like to put music on her iPhone so she can run, but I can't seem to access the music library thru her account. I know the files are all on the hard drive regardless, so I just need to know how I can make iTunes on my wife's account access the library that's there. I've tried the steps I could find on Apple's website, but I can't seem to make it work. I'm running the latest versions of everything - even tho the post says I'm running 10.9.1, I'm actually running 10.9.4

    To give other users read-only access to your iTunes library, use the Sharing features of iTunes. Sharing works over the local network as well as on the same computer. See the built-in help for details.
    If you want to give full read/write access to more than one user, see the support article linked below.
    iTunes: How to share music between different accounts on a single computer
    There is a way to share the library without moving it to a secondary volume. If you really need to do that, ask for instructions.

  • How do i share files between users

    I would like to know how to share documents (files) between users on my iMac.   Any suggestions would be welcome.

    Choose Go to Folder from the Finder’s Go menu, provide /Users/Shared/ as the path, and drag them there.
    (117100)

  • How do I share files between users on the same machine?

    I tried using /Users/shared to share files between myself (Admin user) and another user on the machine (Standard user). Whenever I put a file or a folder into said directory permissions are 755 for directories and 644 for files, my umask is 0022. The files and directories belong to my user and the group staff. This means I can read and write and others can read. If I do the same using the other users account. Permissions are 700 and 600 respectively. (Owner is the other user and group is staff.) Strangely the other users umask is 0022, too.
    The result is, that all directories and files I create with my account (Admin user) are readable to every other user on the machine, whereas all directories and files the other user (Standard user) creates are not readable for anyone else. I can easily rectify this using the Terminal and chmod and/or chown, but it is a pain having to do this, since I also need to forcefully restart the Finder App for it to notice the changed permissions.
    Ideally I'd like all directories in /Users/Shared to have permissions 777 and all files 666 no matter which user created, copied or moved them to said location. I think this could possibly be done using applescript and shellscripting and the folder action hook. So far my attempts to find such a script on the net or/and write it myself have failed. I'd be grateful for any hints how I:
    a) write and setup such a script
    b) accomplish what I try to do (share files and folders on the same machine) in another possibly more Mac way
    Kind regards
    David

    The following AppleScript will recursively descend the directory tree and change the items to your modes:
    <pre style="
    font-family: Monaco, 'Courier New', Courier, monospace;
    font-size: 10px;
    margin: 0px;
    padding: 5px;
    border: 1px solid #000000;
    width: 720px; height: 340px;
    color: #000000;
    background-color: #FFDDFF;
    overflow: auto;"
    title="this text can be pasted into the Script Editor">
    on adding folder items to this_folder after receiving these_items
    repeat with some_item in these_items
    ProcessStuff from some_item
    end repeat
    end adding folder items to
    to ProcessStuff from SomeItem
    processes items contained in SomeItem, recursively descending the directory tree
    parameters - SomeItem [mixed]: an item containing the items to process
    returns nothing
    set SomeItem to SomeItem as text
    set FileInfo to (info for SomeItem as alias)
    if (folder of FileInfo) and not (package folder of FileInfo) then -- a folder (not a package)
    do shell script "chmod 666 " & quoted form of POSIX path of SomeItem
    -- do shell script "chown root:staff " & quoted form of POSIX path of SomeItem user name "me" password "mypassword" with administrator privileges
    try -- to get items in the folder
    tell application "Finder" to set SubFolder to (items of folder SomeItem)
    on error
    return {}
    end try
    repeat with SubItem in SubFolder -- process the sub items
    ProcessStuff from SubItem
    end repeat
    else -- a file
    do shell script "chmod 777 " & quoted form of POSIX path of SomeItem
    -- do shell script "chown root:staff " & quoted form of POSIX path of SomeItem user name "me" password "mypassword" with administrator privileges
    end if
    return
    end ProcessStuff
    </pre>
    You shouldn't need to change the ownership, so I commented out the chown shell script since this would need to be run as a super user. You can run a shell script with administrator privileges, but in order to be used by a standard user you will need to provide the appropriate user name and password in the script, which might not be a good idea - note that the folder action script will need to be attached in all accounts that you want to change the permissions, which means that it would need to be accessible to those accounts.

  • 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.

  • How do I create a second user on my MacBook pro?

    I am a new user to the Mac family, and I'm loving it! I bought my MacBook Pro 15" with retina display with the intention of me being its only user. I am now reluctantly thinking of letting my almost 15 year old daughter use it. She has used it as a "Guest User", but upon logging off, all of her information gets erased. How do I create a second user? I want to make sure she cannot access my files, alter my settings, etc. But I want her to be able to save whatever she is working on. And I also want to be able to access her user to monitor her internet usage, and also add parental controls. Mahalo folks!

    Open System Preferences -> Users & Groups and use the plus sign to add a new user. You can elect to give your daughter admin privileges or not, etc.
    Good luck,
    Clinton

  • How do I share photos between user on same laptop

    Hi.
    When I ipmort photos from my memorycard in iphoto, I want those pictures to be visible on my wifes user as well as mine. But they are only visible on one user account.
    Can anyone help me with this?

    Enable "Sharing".
    In iPhoto 9.4.3 this works well between different accounts on the same computer.
    In the iPhoto Preferences > Sharing set "Share my Photos".
    And your wife should enable "Look for shared Photos".
    She will then be able to browse your shared photos from the "Shared" section of the source list.
    One thing to note: You both have to be signed into your respective accounts for this to work. Your wife can only browse your iPhoto library, while iPhoto is active in your user account. So she will have to log into her account by fast user switching - don't quit iPhoto and log off, when she starts working  from her account with her iPhoto library. While she is browsing your iPhoto library, you will see this warning, if you are trying to quit iPhoto.
    Regards
    Léonie

  • How do i share photos between users on a single imac?

    Hi all,
    I have purchased an imac and am in the process of copying across all my photos from my pc. I am sorting them and arranging them in IPhoto. My wife and two sons have user accounts on the mac, how can i allow them access to these photos from there user accounts?

    Thanks Roger this only raises another issue in as far as i'm using a 1TB hard drive as my Time machine back up so cant move my i photo library here, can i segregate the drive and use it for both or will i have to buy a seperate external hard drive, i'd like to share i tunes as well which i'm assuming is a similar process so disk is not an option.

  • How can I share music between users on one computer without duplicating it all?

    I have myself and my partner set up as separate users on my laptop. I have shared the music on iTunes so we can both access it, but this has meant that all my music is on the laptop twice and is consequently taking up all the memory. Please can someone tell me how to do this without duplicating everything?

    Hi Justinece, I've solved the problem in this way:
    In my wife user profile I've set in itunes settings/advanced the path to my music library: /Users/"MY NAME"/Music/iTunes/Itunes media.
    Than, from my wife profile using my administrator user and password I've set the "read/write" privileges on the above mentioned folder.
    Finally I've added the folder in my wife's library taking care to not duplicate it ( leave blank the flag in itunes setting/advanced).
    I really don't understand what's the use of home sharing...

Maybe you are looking for

  • White macbook Lion performance

    I have a White Macbook 2,1, running Lion 10.7.5. I believe its the late 2006 model., 2G RAM. Replaced the original drive with a 500GB, 7200 RPM drive a couple of years ago. The performance is just dreadful. Constant spinning beach balls, delays in ke

  • EBS UM Connector binaries compatible with 9.1.0.1

    where I can download E-Business User Management 9.1.0 binaries which is compatible with OIM 9.1.0.1? The latest EBS UM 9.1.0.4 is compatible with OIM 9.1.0.2 BP02 and above

  • Error: RE Qty. transferred exceeded 1 PC in BAPI_GOODSMVT_CREATE

    Hi, We are doing a reversal for a work order using the movement type 'Z62' which is a customised movement type for a material from the syclo mobile. While doing the reversal, we are getting this error in the return table paramater of the BAPI "BAPI_G

  • RESPAREA? - authorisations on Internal Order groups?

    Hi together, is it possible to restrict on Internal Order Groups in authorisation Object RESPAREA? I know its possible for Profitcenter groups etc.. with PH / HI / KN.. But what about Internal Order groups? SIngle Internal Orders I can restrict via O

  • Trouble stopping a motion tween

    Hello, I'm new here and to Flash CS5.  I'm having a lot of trouble stopping motion tweens.  (No troubles with a Classic Tweens).  When I have a layer with the animation, and then use the code snippets to insert a stop(); ...it won't stop. If I create