<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<blockquote cite="mid20070206125914.GL16104@tao.merseine.nu" type="cite">
  <pre wrap="">On Tue, Feb 06, 2007 at 11:21:28AM +0000, Damian Surr wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">I seem to have got two 'roots' now though (if that's the corect 
terminoligy). For example, if I log into Ubuntu using user 'mythtv', 
pass 'mythtv', then whenever I use 'sudo' in the terminal, the password 
I need is 'mythtv'. When I log into my normal user and use sudo, the 
password I need is my usual password. This is probably normal but 
thought I should mention it just in case it points out what's going on.
    </pre>
  </blockquote>
  <pre wrap=""><!---->
sudo is a command to give a normal user root privs. It consults
/etc/sudoers to figure out what to ask for; usually, this is the
current user's password.

su is a command that also gives a normal user root privs. It has
no configuration, and always asks for root's own password.
  </pre>
</blockquote>
Thanks for clarifying that Dan!<br>
Damian
</body>
</html>