ls, short for 'list', which shows the files and folders in our current directory.
If we type ls -l, it provides details like file permissions, ownership, and timestamps.
And if we type ls -a, we see hidden files, which are files starting with a dot (.) like .bashrc.
This command helps us understand what’s in each directory as we navigate.