Just a side note, sudo is a LOT different to the 'su' command.
su will ask for the root password, and will give you uncontrolled access to the root account to do as you please.
sudo on the other hand has, if properly used, very fine grain 'root' access, allowing any user listed in the...