/lib

The /lib directory stores common libraries that are shared between different applications. For example, the C programming code library set is stored in this directory, allowing programs to be smaller, saving disk space, RAM, and improving overall speed.

Last updated