LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Change user name from "root" (https://www.linuxquestions.org/questions/linux-newbie-8/change-user-name-from-root-184689/)

raysr 05-22-2004 11:09 PM

Change user name from "root"
 
I just installed Vector 4.0 and have my user name as "root". How can I change it from "root" to a user name? I see a utility to change the password but not the user (sign in ) name. Thanks.

darthtux 05-22-2004 11:19 PM

root is the username for the administrator and should only be used for administering the system
do
man su
and
man sudo
for more information on how to access the root account from a user account.

To create another user issue
adduser
or if your distro doesn't have it
useradd

raysr 05-23-2004 12:32 AM

Thanks!


All times are GMT -5. The time now is 10:38 PM.