1. /lib
Purpose
Binaries found in /bin and /sbin often use shared libraries located in /lib.
2. /lib64
Purpose
It just stores 64-bit library files which are loaded by programmes. So it's the same as /lib, just for 64-bit libraries.
When you will try to determine its type, you will get following screen.
Comments
Post a Comment