Want to highlight a helpful answer? Upvote!

Did someone help you, or did an answer or User Tip resolve your issue? Upvote by selecting the upvote arrow. Your feedback helps others! Learn more about when to upvote >

Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

Moving files between accounts

What is the quickest, easiest way to move files from one user account to another on the same computer?

MacBook Pro5,3, Mac OS X (10.5.7)

Posted on Jul 6, 2009 11:42 PM

Reply
10 replies

Jul 7, 2009 11:05 AM in response to Ginty

Don't use the /Users/Shared folder. You will run into permissions issues. To move files from account A to account B, do this:

1. Log in as A.
2. Move the files to /Users/A/Public. *Don't move your Documents, Pictures, Movies, Desktop, etc folders. Just move their contents.
3. Log in as B.
4. Navigate with Finder to /Users/A/Public.
5. Drag the files to the Desktop. This will make new copies of them with correct permissions for User B.
6. Put the files away in the appropriate places in B's home folder.
7. Log back in to A's account and delete the files from /Users/A/Public if you want.

Jul 8, 2009 12:40 AM in response to Ginty

I'm not sure what caused the problem.

First ensure all of the files are in the new account's home folder somewhere. Then log in to an admin account and enter these commands in Terminal (where "ginty" is your new account's short user name):

sudo chown -R ginty ~ginty
sudo chmod -R u+rwX ~ginty


That should make everything in your home folder writable by you.

Oct 14, 2009 1:17 PM in response to FreedomsDream

I tried a few methods. Yes, the terminal commands work. Though, all files still have the previous account owner +user 1+ left as custom permissions. Not sure if that is an issue. I called Apple and found a few more methods to try... one is to make a disk image of the files 1st, that strips permissions. Then I realized a zip may do it. So, I made a zip of +user 1+ files, dropped it in a drop box of +user 2+, extracted in +user 2+ and walla! permissions now set to +user 2+.

Moving files between accounts

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple ID.