<HTML>
<HEAD>
<META content="text/html; charset=iso-8859-1" http-equiv=Content-Type>
<META content="OPENWEBMAIL" name=GENERATOR>
</HEAD>
<BODY bgColor=#ffffff>
<font size="2">> 
<br />> 

super user is root. 
<br />> 
<br />> 

su by itself works and leaves you in whatever directory you do it from. 
<br />> 

su - by itself works and puts you in /root and loads root .bash_rc 
<br />> 

<br />> 

su root works and is the same as su 
<br />> 

su - root works and is the same as su - 
<br />
<br />
<br />The hyphen (or minus sign) behind the su command tells the system to assume the properties of that user - their home directory, login profile, environment, aliases, etc...  If you leave it off, you don't get the full ability of that user.  So you can "su jdoe" to simply change to jdoe's account, or "su - jdoe" to also assume their environment, path, etc...
<br />
<br />If you leave the hyphen off when switching user to root, you won't get full root privileges and abilities.  I always use "su -".
<br />
<br />
<br />
<br />Chuck
<br />
<br />

</font>
</BODY>
</HTML>