I am able to run ll command with my user but not with sudo, it giving me error as command not found!
Try sudo ls -l.
sudo ls -l
As ll is a shorthand for ls -l.
ll
ls -l