102 : Installation de Linux et gestion des paquets logiciels
102.1 Plan de partitionnement
Poids : 2
Description : Les candidats doivent savoir faire le plan de partitionnement en fonction de leurs besoins sur un système Linux
Connaissances clés :
- Allocate filesystems and swap space to separate partitions or disks.
- Tailor the design to the intended use of the system.
- Ensure the /boot partition conforms to the hardware architecture requirements for booting.
Liste partielle des commandes, fichiers et termes à connaître :
- Le système de fichier racine / (root)
- /var
- /home
- l'espace d'échange (swap)
- points de montages
- partitions
102.2 Installer un chargeur d'amorçage
Poids : 2
Description : Les candidats doivent pouvoir choisir, installer et configurer un chargeur d'amorçage.
Connaissances clés :
- Providing alternative boot locations and backup boot options.
- Install and configure a boot loader such as GRUB.
- Interact with the boot loader.
Liste partielle des commandes, fichiers et termes à connaître :
- /boot/grub/menu.lst
- grub-install
- MBR
- superblock
- /etc/lilo.conf
- lilo
102.3 Gestion des bibliothèques dynamiques
Poids : 1
Description :
- Candidates should be able to determine the shared libraries that executable programs depend on and install them when necessary.
Connaissances clés :
- Identify shared libraries.
- Identify the typical locations of system libraries.
- Load shared libraries.
Liste partielle des commandes, fichiers et termes à connaître :
- ldd
- ldconfig
- /etc/ld.so.conf
- LD_LIBRARY_PATH
102.4 La gestion de paquetage Debian
Poids : 3
Description :
- Candidates should be able to perform package management using the Debian package tools.
Connaissances clés :
- Install, upgrade and uninstall Debian binary packages.
- Find packages containing specific files or libraries which may or may not be installed.
- Obtain package information like version, content, dependencies, package integrity and installation status (whether or not the package is installed).
Liste partielle des commandes, fichiers et termes à connaître :
- /etc/apt/sources.list
- dpkg
- dpkg-reconfigure
- apt-get
- apt-cache
- aptitude
102.5 La gestion de paquetage Redhat : RPM et YUM
Poids : 3
Description : Candidates should be able to perform package management using RPM and YUM tools.
Connaissances clés :
- Install, re-install, upgrade and remove packages using RPM and YUM.
- Obtain information on RPM packages such as version, status, dependencies, integrity and signatures.
- Determine what files a package provides, as well as find which package a specific file comes from.
Liste partielle des commandes, fichiers et termes à connaître :
- rpm
- rpm2cpio
- /etc/yum.conf
- /etc/yum.repos.d/
- yum
- yumdownloader
Category_LPI