1️⃣ Binaries (Executable Files)


which ls
/bin/ls


**Output:**This means that when you type ls, your system is executing /bin/ls, which is a **binary file**.


2️⃣ Source Code (Human-Readable Code)

**Output:**Here, /usr/lib/python3.9/ contains source files related to Python.


3️⃣ Man Pages (Manual Pages)