ls | List the files in the current directory |
ls -l | List the files in the current directory, including hidden files |
ls -a | List the files in the current directory, including owner, group, and permissions |
ls /var | List the files in the directory /var |