20 lines
		
	
	
		
			933 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			933 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
| ---
 | |
| aliases:
 | |
|   - LSB
 | |
| ---
 | |
| up:: [[linux]]
 | |
| #s/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 
 | |
| ``` |