On Wed, 2003-10-08 at 06:47, Stephen Davidson wrote: > What is the difference between "su" and "su -"? su changes to that user and stays in that directory. su - changes to that user and runs their login profile ( .bashrc, .bash_profile, etc.) and logs into the user's ~/ directory. jack