From 14ac3428badb43d01214be0bc05d046abf13094b Mon Sep 17 00:00:00 2001 From: KayGuoWhu Date: Fri, 8 Aug 2014 15:11:46 +0800 Subject: [PATCH] translating --- ...k what libraries are used by a program or process on Linux.md | 1 + 1 file changed, 1 insertion(+) diff --git a/sources/tech/20140807 Linux FAQs with Answers--How to check what libraries are used by a program or process on Linux.md b/sources/tech/20140807 Linux FAQs with Answers--How to check what libraries are used by a program or process on Linux.md index 7731a90713..777c8523b3 100644 --- a/sources/tech/20140807 Linux FAQs with Answers--How to check what libraries are used by a program or process on Linux.md +++ b/sources/tech/20140807 Linux FAQs with Answers--How to check what libraries are used by a program or process on Linux.md @@ -1,3 +1,4 @@ +[translating by KayGuoWhu] Linux FAQs with Answers--How to check what libraries are used by a program or process on Linux ================================================================================ > **Question**: I would like to know which shared libraries are loaded at run-time when I invoke a particular executable. Is there any way to identify shared library dependencies of a program executable or a running process on Linux?