- Lists the contents of a directory: files and subdirectories (subdirectories end with "/")
- Use this to see what exists in a directory or to check whether a directory is present
- The glob tool only matches files, never directories; use ls for anything directory-related
- Omit the path to list the current working directory
