.. / ld.so
Sponsor Fork Star

Comment

ld.so is the Linux dynamic linker/loader, its filename and location might change across distributions (e.g., /lib64/ld-linux-x86-64.so.2). The actual path is can be obtained with:

strings /proc/self/exe | head -1

Shell

This executable can spawn an interactive system shell.

Source | History