You are not logged in.

#1 2003-10-08 06:15:47

hollywoodb
Member
From: USA
Registered: 2003-10-03
Posts: 39

adding users? [FXx]

how do I make a user account that exactly mirrors root's settings in every way, except not a root account?  I want my boot sequence, x configuration, xfce configuration, etc, all the same?  last time I made a new user I went through and did it all the long way like the first time I did it with root, mainly because I'm nor sure how config files & their locations become relevant

Offline

#2 2003-10-08 06:47:18

apeiro
Daddy
From: Victoria, BC, Canada
Registered: 2002-08-12
Posts: 771
Website

Re: adding users? [FXx]

When a new user is created with adduser or useradd -m, their new home directory is cloned from /etc/skel.

Offline

#3 2003-10-08 15:34:54

Jagged
Member
From: Blacksburg, VA
Registered: 2003-07-18
Posts: 153

Re: adding users? [FXx]

useradd -m newuser
cp -a /root/* /home/newuser
chown -R newuser.users /home/newuser


Nkawtg...n!

Offline

#4 2003-10-08 17:17:32

sarah31
Member
From: Middle of Canada
Registered: 2002-08-20
Posts: 2,975
Website

Re: adding users? [FXx]

or from the docs:

user add -m -s /bin/bash <userid>

then cp ove your root config from your /root


AKA uknowme

I am not your friend

Offline

Board footer

Powered by FluxBB