Follow the subsequent steps exactly as you see them. Take your time to understand the task in each step:
- In the open Terminal session, run the following command and study the output from the ELF man page:
$ man elf
- Your output should look similar to the following screenshot:
- Once you're finished reading through the ELF man page, press q to quit.
- In the same Terminal session, type the following and study the output:
$ cat /usr/include/elf.h
- The output should resemble the following screenshot:
- Once you're finished, ...