I am able to run ll command with my user but not with sudo, it giving me error as command not found!
Create an alias for ll.
ll
alias ll="ls -al"