Understand how ELF loaders on Linux run executable ELF files. How they decide which libraries are required and where do they find them.
Continue reading...internals
Understanding User IDs (UIDs) and Access Permissions on Linux
Understand how users are represented on Unix & Linux systems, what are UIDs, how they define access permissions and how can we get & set them
Continue reading...