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

How do I move all my files from one User Profile (account) into another? I needed to create a new account and want all of my files accessible in the new one.

How do I move all my files from one User Profile (account) into another?

I needed to create a new account and want all of my files accessible in the new one.

MacBook Pro, Mac OS X (10.5.8)

Posted on Apr 20, 2011 2:48 PM

Reply
Question marked as Best reply

Posted on Apr 20, 2011 9:08 PM

OK, I busted out and tried it!

I opened Terminal and typed in all the code you indicated to make the myfile and to change it's ownership over to the user2.

Then I Loged out as my original user and Loged in as my user2.

But where do I find that file?

I was expecting to find some kind of little single solitary lonely file on the Desktop or in the User folder or where the heck is it?

I see the myfile file in my orig. user directory at the top level, just out plain as day.


And usergroup is staff, right? At least that is what Terminal told me when I did the "ls -la myfile" thingy.

What do the ls and the la stand for?


So if and when I'm ready to do the whole kit and kabboodle I go back to follow your 6:43pm post right?

Or can you right it out again, maybe more specific like you did the test drive with the myfile post?


You are a genius!

And then when I do all the files will it bring all of my browser bookmarks and even my email settings and all?


Thanks again!

20 replies

Apr 22, 2011 7:16 AM in response to x130844

Well, I have not done either the Unix way or the Migrate way yet.


I was looking at some of the Terminal or do you say Unix manual info yesterday like you told me to do.

I wanted to find out what -r and -R stood for?

I think I understand all else in the 2 lines of code; that you are cp (copying) and then chown (changing ownership).

But I could not get anywhere when I did:


man -r


or


man -R


Thanks!

Apr 22, 2011 7:28 AM in response to Margmeyr

Just an FYI, your problem could have been with permissions, or possibly some preferences or cache files that were giving your problems. In the future it might be easier to into your username->Library-Preferences folder and delete, move or rename preference files for the applications that are giving you trouble. If Adobe follows Apple's convention they would be something like com.adobe.application_name.plist If the don't follow Apple's convention then it could be folders, or files that somehow contain Adobe or the specific application's name.


Hopefully you're new account will work for you, but if not consider the cleanup I've indicated above.

Apr 22, 2011 9:42 AM in response to Margmeyr

oh I see.


Here, the -r or -R are flags and not commands.

The way it normally works is:


If you are at a prompt. you start with a command then optional argument.

so, if i say to type: ls -la


you could simply type ls by itself, as it is the command and does not have to have argument.

if you do "man ls", you will see what type of argument that command ls can take.


so, if you want to see what the -R does, simply do a 'man chown' in the doc it will tell you what the -R means for that command. (-R here means recursive)

How do I move all my files from one User Profile (account) into another? I needed to create a new account and want all of my files accessible in the new one.

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