1 Answer
You need to edit .bashrc file and set alias for that command
vim .bashrc
alias ll = 'ls -l'
then run below command
source .bashrc
Your Answer