in the terminal as root, run
Code:
useradd -m -U -p -s USERNAME
the -m creates the home directory
-U creates a group called whatever the username is
-p uses encrypted password
-s says that this user will use the BASH shell
USERNAME is the username you wish for the user
then run again as root still
USERNAME is the name of the user. it should ask you to insert password then. run as root
to make sure the user was made correctly. then run
NON-ROOT USER is the username of a different login other than root or the one you just made (your account maybe?) Finally as the non-root user run
it should ask you for the password. enter it and if the shell changes and says
USERNAME@WHATEVERHOST:
then it's good. (USERNAME is the user's name and WHATEVERHOST is the host's name default is LocalHost.) You may then run startx or if you would prefer a login screen, run
you may need to be root for that i'm not sure
To use a graphical login screen at default, run
change the line (some# is the number it is at now)
id:some#:initdefault:
to
id:5:initdefault:
you must be root to run the last part. to change to the root user in a graphical shell use
su -
then enter the password. if any questions, please ask