Linux Foundation (LSB and FHS)
經(jīng)常會(huì)看到 LSB,比如查看可執(zhí)行文件:
a: ELF 32-bit LSB executable, ARM, EABI5 version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux.so.3, for GNU/Linux 4.9.0, not stripped?
Linux Standard Base (LSB)
The Linux Standard Base was created to lower the overall costs of supporting the Linux platform. By reducing the differences between individual Linux distributions, the LSB greatly reduces the costs involved with porting applications to different distributions, as well as lowers the cost and effort involved in after-market support of those applications.
google 翻譯:
創(chuàng)建Linux標(biāo)準(zhǔn)庫(kù)是為了降低支持Linux平臺(tái)的總體成本。通過(guò)減少各個(gè)Linux發(fā)行版之間的差異,LSB大大降低了將應(yīng)用程序移植到不同發(fā)行版所涉及的成本,并降低了這些應(yīng)用程序的售后支持所涉及的成本和工作量。
?
對(duì)于google 翻譯 Linux Standard Base 為 Linux標(biāo)準(zhǔn)庫(kù) 我并不是很認(rèn)同,覺(jué)得翻譯為 Linux 基礎(chǔ)標(biāo)準(zhǔn) 比較準(zhǔn)確,因?yàn)槲艺J(rèn)為:首先這是一套標(biāo)準(zhǔn),而且是基礎(chǔ)的標(biāo)準(zhǔn),為了降低各個(gè)發(fā)行版之間的差異,降低平臺(tái)成本,降低移植和維護(hù)成本而建立的標(biāo)準(zhǔn),所以主語(yǔ)應(yīng)該是 Standard 而 Base 用于修飾 Standard ,指明這是一套基礎(chǔ)標(biāo)準(zhǔn)。
?
Filesystem Hierarchy Standard(FHS)
翻譯為:文件系統(tǒng)層次化標(biāo)準(zhǔn)
LSB 其實(shí)是 Linux Foundation 下的一個(gè)工程,FHS 是屬于 LSB 的一項(xiàng)工作
從Wiki 可以得到驗(yàn)證:
https://wiki.linuxfoundation.org/lsb/start附上 Linux 基金會(huì)的官網(wǎng),官網(wǎng)中的很多鏈接都是指向Wiki 的:
https://linuxfoundation.cn/?
總結(jié)
以上是生活随笔為你收集整理的Linux Foundation (LSB and FHS)的全部?jī)?nèi)容,希望文章能夠幫你解決所遇到的問(wèn)題。
- 上一篇: 海康威视实习(已完结)
- 下一篇: linux socket通信出错封装处理