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
The parent node of the parent node, for example, t...
Recently, a database in the production environmen...
Carousel The main idea is: In the large container...
1. Enter the configuration file of the yum source...
What to do if VmWare cannot access the Internet w...
I recently wanted to convert a website to https a...
Table of contents 1. Background Architecture Prob...
I recently upgraded MySQL to 5.7, and WordPress r...
In the past few days, the website has been access...
Do you add an alt attribute to the img image tag? ...
Table of contents 1. Joint index description 2. C...
Install First you need to install Java and Scala,...
1. Description Earlier we talked about the instal...
Table of contents 1. Prepare the springboot proje...
Table of contents 1. Insert statement 1.1 Insert ...