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 program is executed sequentially from top to ...
Table of contents Overview in operator refinement...
Create a container [root@server1 ~]# docker run -...
.imgbox{ width: 1200px; height: 612px; margin-rig...
In the previous article, we introduced the MySQL ...
Preface When scroll events such as scroll and res...
nohup Command When using Unix/Linux, we usually w...
1. Modify the firewall configuration file # vi /e...
1. Background Buttons are very commonly used, and...
Before the release of Microsoft IE 5.0, the bigges...
As shown in the figure: Table Data For such a tre...
Table of contents 1. Overview 2. Attributes 1. Ma...
background First of all, I would like to state th...
Preface This article records how I use docker-com...
Today we will introduce several ways to use CSS t...