ls is the default command that lists the contents of a directory.
vdir is a common alias for the command: ls -al
That command lists the contents of a directory as well as information about the file such as owner, group, file size, permissions, last modified, etc.