Use the ls -las command
We asked the computer to list the contents of this directory. We want to see the metadata so we ask for a long (l) listing. We want to see all (a) files - including hidden files - and we want to see the relative size(s) of each file
On your home system issue this command using 1 argument at a time and examine the result:
ls -l, ls -a, ls -s