Ll
From LinuxIntro
While ls lists files, ll is an alias to list files in a long format, typically like this:
tweedleburg:~ # alias ll alias ll='ls -l'
While ls lists files, ll is an alias to list files in a long format, typically like this:
tweedleburg:~ # alias ll alias ll='ls -l'