Problem:
sudo command not found
Solution:
Login to root by su, and run apt-get install sudo to install sudo package
su
apt-get install sudo