You are not logged in.

#1 2010-04-29 09:03:10

pojo87
Member
Registered: 2010-04-29
Posts: 20

[SOLVED] Copying settings to another user.

Hey guys I'm new to the forum so please be gentle smile
So i setup arch and installed openbox and have everything running perfectly except that i forgot to make a new user at the beginning so all my xserver settings are stuck on root. I just need a way to copy everything from my root to my other account. Sorry if this is a noobish question smile

Last edited by pojo87 (2010-04-29 09:59:14)

Offline

#2 2010-04-29 09:38:03

grey
Member
From: Europe
Registered: 2007-08-23
Posts: 679

Re: [SOLVED] Copying settings to another user.

Try this (as root):
1. create user <me>
2. cd /home
3. mv me me.bak
4. cp --recursive /root me
5. chown --recursive me:me me/


Good ideas do not need lots of lies told about them in order to gain public acceptance.

Offline

#3 2010-04-29 09:45:55

pojo87
Member
Registered: 2010-04-29
Posts: 20

Re: [SOLVED] Copying settings to another user.

Thank you for the quick reply!
I'm going to try this now smile

Offline

#4 2010-04-29 09:58:07

pojo87
Member
Registered: 2010-04-29
Posts: 20

Re: [SOLVED] Copying settings to another user.

worked perfect thank you big_smile

Offline

Board footer

Powered by FluxBB