Improve the description of ld.so

This commit is contained in:
Andrea Cardaci 2018-05-22 12:40:35 +02:00
parent 386b467490
commit 2fed778c51

View File

@ -1,5 +1,11 @@
---
description: Ld.so is the Linux dynamic linker/loader. Its file name and location might change between Linux versions.
description: |
`ld.so` is the Linux dynamic linker/loader, its filename and location might change across distributions. The proper path is can be obtained with:
```
$ strings /proc/self/exe | head -1
/lib64/ld-linux-x86-64.so.2
```
functions:
exec-interactive:
- code: /lib/ld.so /bin/sh