linux lsb is a set of core standards. The full English name is "Linux Standards Base". It is the de facto standard in the field of Linux standardization. It formulates the binary interface between applications and operating environments; it ensures that LINUX Good integration between distribution and LINUX applications.
#The operating environment of this tutorial: linux5.9.8 system, Dell G3 computer.
What is linux lsb?
[kiosk@foundation0 Desktop]$ file /bin/passwd /bin/passwd: setuid ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.32, BuildID[sha1]=0x91a7160a019b7f5f754264d920e257522c5bce67, stripped
What is lsb here?
LSB is a core set of standards that ensures good integration between LINUX distributions and LINUX applications.
LSB (full name: Linux Standards Base)
LSB is the de facto standard in the field of Linux standardization, formulating the binary interface between applications and the operating environment.
Specifically, it is:
1. A binary interface specification, which means that applications do not need to be recompiled when migrating between systems, ensuring that applications can run on all certified LINUX distributions All are compatible.
2. A test specification to test whether LINUX distributions and LINUX applications comply with the LSB standard.
3. Build a development environment for applications that comply with LSB specifications.
4. Running environment samples provided for running and testing applications in a pure LSB environment.
LSB includes two core parts, divided into general specifications and specific processor specifications.
Related recommendations: "Linux Video Tutorial"
The above is the detailed content of what is linux lsb. For more information, please follow other related articles on the PHP Chinese website!