I am quite late, but ... In Debian 10 the command ll
is commented (#).
To make ll
available just change yourr .bashrc
file:
su
gedit .bashrc
After in your text editor uncommnet as you wish:
# some more ls aliases
alias ll='ls -l'
#alias la='ls -lA'
Do not forget to restart your terminal emulator.