View the dependent libraries of so or executable programs under Linux Executable programs under Linux include executable programs exe and so, both files start with ELF. objdump -x libxxxxx.so | grep NEEDED objdump -x executable program name | grep NEEDED or arm-hisiv300-linux-objdump -x executable program | grep NEEDED arm-hisiv300-linux-readelf -a executable program | grep NEEDED How to check which processes are using a certain so in linux On our server side, how do we check which processes are using a certain so Solution lsof **.so Obviously, several processes of our apache httpd are using this socket. Summarize The above is the full content of this article. I hope that the content of this article will have certain reference learning value for your study or work. Thank you for your support of 123WORDPRESS.COM. If you want to learn more about this, please check out the following links You may also be interested in:
|
<<: Detailed tutorial on installing MySQL 5.7.20 on RedHat 6.5/CentOS 6.5
>>: Summary of event handling in Vue.js front-end framework
Syn attack is the most common and most easily exp...
1. Spread Operator The spread operator is three d...
This article example shares the specific code for...
Table of contents 1. What is reflection? 2. Refle...
The domestic market still has a certain demand fo...
This article example shares the specific code of ...
This article records the installation and configu...
Table of contents Problem Description Scenario In...
The logs in MySQL include: error log, binary log,...
Method 1: Set the readonly attribute to true. INPU...
In the previous chapters, we introduced how to ch...
Preface: In the daily use of the database, it is ...
Table of contents background explore Summarize ba...
In the previous article, we talked about MySQL tr...
Table of contents js deep copy Data storage metho...