<< what's the difference between sudo and su? i don't have sudo on my system >>
With su you basically log in as root (requires root password). With sudo I use my password to do whichever tasks I am allowed to do (as setup by the /etc/sudoers file) as the user it specifies. I basically type sudo command, enter my password when it asks, and I run that command as root.