<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7638.1">
<TITLE>RE: how to crate new super user from terminal in fedora core 3</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->

<P><FONT SIZE=2>Create one use with adduser command<BR>
<BR>
$adduser xyz<BR>
$passwd xyz<BR>
<BR>
open /etc/passwd<BR>
<BR>
$vi /etc/passwd<BR>
        go to last line of passwd file<BR>
<BR>
Change user id and groupd id to 0,0<BR>
        xyz:x:506:507::/home/xyz:/bin/bash<BR>
              ^^^^^^   <BR>
                to<BR>
        xyz:x:0:0::/home/xyz:/bin/bash<BR>
<BR>
On Thu, 2006-06-29 at 12:20 +0530, yogesh@banasdairy.coop wrote:<BR>
> hi to all<BR>
> please any one let me know<BR>
><BR>
> how to create new super user from terminal in fedora core 3<BR>
<BR>
That's generally not a good idea, I strongly recommend the use of sudo instead, it's more secure, allows accountability<BR>
<BR>
> also how i protect root user password so that no one will break it<BR>
By not telling anyone?<BR>
<BR>
Please explain your overall goal, there's probably a better way.</FONT>
</P>

<br><br>This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. This communication may be legally privileged. If you are not the intended recipient, please be advised that you have received this email in error and that any use, dissemination, forwarding, printing or copying of this email is strictly prohibited. If you have received this email in error, please notify the OCSL switchboard on +44 1403 700959</BODY>
</HTML>