Lists all files and folders in your current location. [^1] ```bash ls # list files ls -la # list all files including hidden ones, with details ``` [^1]: https://www.gnu.org/software/coreutils/manual/html_node/ls-invocation.html