0

When i

$ file /bin/bash

on my raspberry, it says

interpreter arm-linux-gnueabihf/ld-2.24.so

Is it an "ELF shared object" or a "binary program as Dynamic linker"?

muru
  • 69,900
  • 13
  • 192
  • 292
  • Possible duplicate of [what are the executable ELF files respectively for static linker, dynamic linker, loader and dynamic loader?](https://unix.stackexchange.com/questions/476780/what-are-the-executable-elf-files-respectively-for-static-linker-dynamic-linker) –  Apr 06 '19 at 19:39
  • Yes a dynamically linked shared object (library). It is the loader, that loads the program. – ctrl-alt-delor Apr 06 '19 at 21:18

0 Answers0