|
|
|
|
|
by zippie
2968 days ago
|
|
While cp may copy over the existing inode, this is non-consequential for running applications as shared objects are certainly compiled with -fPIC. Application VM pages for these libraries are mapped back into the same physical DRAM pages via the MMU. Every modern OS implementation loads dynamic libraries once and then references the same pages across applications. On disk pages matter not once the shared object is loaded by the kernel. |
|