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?