LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   how to setup a user accout (https://www.linuxquestions.org/questions/linux-newbie-8/how-to-setup-a-user-accout-157343/)

Longinus 03-13-2004 10:56 PM

how to setup a user accout
 
hi

how would i go about setting up new users accounts?

DrOzz 03-13-2004 11:00 PM

with either the :
useradd
or
adduser
command(s)

note:
adduser is more "user friendly" so to speak

puredestruction 03-13-2004 11:40 PM

or if you are in your linux desktop, click on your Start button in the toolbar and a icon for user accounts should be under settings or preferences. im a linux newb myself, but ive added a user b4, just have to be in there to actually give u specifics. or do like the other guy said and in a terminal type adduser <name>
or
useradd <name>
and maybe type
addpwd to password it.

DrOzz 03-13-2004 11:44 PM

addpwd ?? :confused:
all can be specified if you use useradd you just type :
useradd -u UID -g GROUP -d HOMEFOLDER -p PASSWORD NAME
and the command for setting passwords by itself is :
passwd

but again all that is automated in adduser as it prompts you for all this stuff and you type them in ..

Longinus 03-14-2004 08:23 PM

hrmm... how would you determine what UID to use?


All times are GMT -5. The time now is 01:42 AM.