Advertisement
Guest User

Untitled

a guest
Jan 21st, 2019
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. [@howth ~]$ ldd /bin/sh
  2. /bin/sh:
  3. libedit.so.7 => /lib/libedit.so.7 (0x800848000)
  4. libc.so.7 => /lib/libc.so.7 (0x800a83000)
  5. libncursesw.so.8 => /lib/libncursesw.so.8 (0x800e3f000)
  6. [@howth ~]$ ldd /lib/libedit.so.7
  7. /lib/libedit.so.7:
  8. libncursesw.so.8 => /lib/libncursesw.so.8 (0x80123b000)
  9. libc.so.7 => /lib/libc.so.7 (0x800824000)
  10. [@howth ~]$ ldd /lib/libc.so.7
  11. /lib/libc.so.7:
  12. [@howth ~]$ ldd /lib/libncursesw.so.8
  13. /lib/libncursesw.so.8:
  14. libc.so.7 => /lib/libc.so.7 (0x800824000)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement