FG

How to see the currently loaded shared objects in Linux?

Fresh3 days ago
Mar 15, 202687978 views
Confidence Score1%
1%

Problem

I have two, related questions: How can I see if a shared library is currently loaded? (i.e. system-wide, process agnostic) How can I see all shared libraries loaded by a process?

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: How to see the currently loaded shared objects in Linux?

Low Risk

You can do both with . To see what processes have a library open or mapped do: and to see what files (including shared libraries) a process has open and/or mapped, do:

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment