LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Need To Make a User for myself, besides Root (https://www.linuxquestions.org/questions/linux-newbie-8/need-to-make-a-user-for-myself-besides-root-108820/)

Scarface 10-26-2003 05:16 PM

Need To Make a User for myself, besides Root
 
I just installed Slackware 9.1 and i need to make my self a user, becuz i know that it's very unsafe to log on as root, so if anyone knows how to do this, plz do tell me, i'd greatly appreciate it.

Scarface

:newbie:

tgflynn 10-26-2003 05:22 PM

You should have a command called either useradd or adduser. You can use either one but they have different syntaxes.

You should read the man page for the command carefully so that you understand how it works before using it.

Typically the command would be :

useradd -m username

You then need to set the user's password with:

passwd username

Tim

Scarface 10-26-2003 05:24 PM

k thx alot tgflynn, i'm gonna go try that out right now, sure hope it works.


All times are GMT -5. The time now is 02:39 AM.