easy way to copy settings/config from root to user
SlackwareThis Forum is for the discussion of Slackware Linux.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
easy way to copy settings/config from root to user
I set up a computer for bored gentleman living in a nursing home to play chess and some other games on as well as publish a newletter. trouble is I didn't know his name so I got it all set up, devices working nicely from the KDE desktop etc as root, and then added him as a user once I found out his first name. now I'm faced with redoing almost everything again for his user account. But it occured to me this is linux, it should be possible to copy root's KDE config over to his user account. Trouble is I dont know how, and I'm coming up completely blank on Google.
ok, I copied both .kde, and .kderc. no apparent effect. I then did a chown ~user /home/~user/.kde (and .kderc), still no joy. next I went out on a limb and copied pretty much every file/directory in /root, and changed ownership of them. Still nothing. am I gonna have to do this by hand?
edit: ok, finally got it to work. I had to first delete the files from ~user and THEN copy them from /root and chown them.
You can also copy the files to /etc/skel. Then setup the new users account using some utility that copies the files over to the new account, all new users will get the same starting settings. gUserman is what I use.
You can also copy the files to /etc/skel. Then setup the new users account using some utility that copies the files over to the new account, all new users will get the same starting settings. gUserman is what I use.
this box ended up being a "community" machine for several residents, and this method worked perfectly.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.