update
This commit is contained in:
20
Linux Standard Base.md
Normal file
20
Linux Standard Base.md
Normal file
@@ -0,0 +1,20 @@
|
||||
---
|
||||
aliases:
|
||||
- LSB
|
||||
---
|
||||
up:: [[linux]]
|
||||
#informatique/unix
|
||||
|
||||
|
||||
Projet commun à plusieurs distributions [[linux]]. Il définit des standards pour l'inter-opérabilité entre distributions linux :
|
||||
- un ensemble de [bibliothèques](https://www.wikiwand.com/fr/Bibliothèque_logicielle "Bibliothèque logicielle") standards,
|
||||
- un nombre de [commandes](https://www.wikiwand.com/fr/Commandes_Unix "Commandes Unix") et d'[utilitaires](https://www.wikiwand.com/fr/Logiciel_utilitaire "Logiciel utilitaire") qui étendent le standard POSIX,
|
||||
- la structure de la [hiérarchie du système de fichiers](https://www.wikiwand.com/fr/Filesystem_Hierarchy_Standard "Filesystem Hierarchy Standard"),
|
||||
- les différents [run levels](https://www.wikiwand.com/fr/Run_level "Run level"),
|
||||
- plusieurs extensions à [X Window System](https://www.wikiwand.com/fr/X_Window_System "X Window System").
|
||||
|
||||
|
||||
Pour voir la version de LSB :
|
||||
```sh
|
||||
lsb_release -a
|
||||
```
|
Reference in New Issue
Block a user