Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentesRévision précédente
Prochaine révision
Révision précédente
elearning:workbooks:centos:8:utilisateur:l106 [2022/02/22 15:15] adminelearning:workbooks:centos:8:utilisateur:l106 [2024/04/28 15:12] (Version actuelle) admin
Ligne 1: Ligne 1:
 ~~PDF:LANDSCAPE~~ ~~PDF:LANDSCAPE~~
  
-Version : **2022.01**+Version : **2024.01**
  
-Last updated : ~~LASTMOD~~+Dernière mise-à-jour : ~~LASTMOD~~
  
-======LCE406 Training Validation======+======LCF406 - Validation de la Formation======
  
-=====Contents=====+=====Contenu du Module=====
  
-  * **LCE406 Training Validation** +  * **LCF406 - Validation de la Formation** 
-    * Contents +    * Contenu du Module 
-    * Course Materials +    * Rappel du Programme de la Formation 
-    * Reminder of the Training Program +    * Évaluation de la Formation 
-      * Day #1 +    * Validation des acquis Globale
-      * Day #2 +
-    * Training Evaluation +
-    * Exam - Acquired knowledge+
  
-=====Course Materials=====+=====Rappel du Programme de la Formation=====
  
-Access to the course materials, LABS and tests requires a per trainee subscription to our LMS on the Internet. +  * **LCF400 Présentation de la Formation**. 
- +    * Prérequis 
-You have been given a **free** 365 day subscription to your Course Materials on our LMS. +      * Matériel 
- +      * Logiciels
-=====Reminder of the Training Program===== +
- +
-  * **LCE500 CentOS 8 Linux (RHEL 8 / Oracle Linux 8) - System Administrator** +
-    * Contents +
-    * Prerequisites +
-      * Hardware +
-      * Software+
       * Internet       * Internet
-    * Using our infrastructure +    * Programme de la Formation 
-    * Training Program +    * Évaluation des Connaissances
-    * Skills Assessment +
- +
-  * **LCE501 - Managing Users and Groups** +
-    * Contents +
-    * Presentation +
-      * /etc/nsswitch.conf +
-      * The getent Command +
-      * The /etc/group and /etc/gshadow files +
-      * The /etc/passwd and /etc/shadow files +
-    * Commands +
-      * Groups +
-        * groupadd +
-        * groupdel +
-        * groupmod +
-        * newgrp +
-        * gpasswd +
-      * Users +
-        * useradd +
-        * userdel +
-        * usermod +
-        * passwd +
-        * chage +
-    * Configuration +
-    * LAB #1 - Managing Users and Groups +
-    * LAB #2 - su and su - +
-    * sudo +
- +
-  * **LCE502 - Package Management** +
-    * Contents +
-    * LAB #1 - Compiling Software +
-      * 1.1 - ./configure +
-      * 1.2 - make +
-      * 1.3 - make check +
-      * 1.4 - make install +
-    * LAB #2 - The rpm Command +
-      * 2.1 - Configuration +
-      * 2.2 - Usage +
-    * LAB #3 - The dnf Command +
-      * 3.1 - Presentation +
-      * 3.2 - Configuration +
-      * 3.3 - Repositories +
-      * 3.4 - Searching for Packages +
-      * 3.5 - Viewing Information on and Downloading a Package +
-      * 3.6 - Installing a Package +
-      * 3.7 - Updating Packages +
-      * 3.8 - Deleting Packages +
-    * Shared Libraries +
-      * Presentation +
-        * Introduction +
-        * Shared Object Locations +
-        * ld-linux.so.2 +
-      * The ldd Command +
-      * The /etc/ld.so.conf File +
-      * The ldconfig Command +
- +
-  * **LCE503 - Managing File Permissions** +
-    * Contents +
-    * Presentation +
-    * Preparation +
-    * LAB #1 - Basic Unix File Permissions +
-      * 1.1 - Changing Permissions with chmod +
-        * Symbolic Mode +
-        * Octal Mode +
-        * The umask Command +
-      * 1.2 - Changing the Owner or the Group with chown and chgrp +
-        * The chown Command +
-        * The chgrp Command +
-    * LAB #2 - Advanced Unix Permissions +
-      * 2.1 - SUID/SGID bit +
-      * 2.2 - Inheritance Flag +
-      * 2.3 - Sticky bit +
-    * LAB #3 - Extending Linux Permissions using ACLs and Attributes +
-      * 3.1 - ACLs +
-      * 3.2 - Attributes +
- +
-  * **LCE504 - Managing Disks and Filesystems** +
-    * Contents +
-    * Peripherals +
-    * Partitions +
-    * Partitioning +
-      * LAB #1 - Partioning your Disk with the fdisk Command +
-      * LAB #2 - Modifier les Drapeaux des Partitions avec fdisk +
-    * Logical Volume Manager (LVM) +
-      * LAB #3 - Linear Logical Volumes +
-        * Physical Volumes (PV) +
-        * Volume Groups (VG) and Physical Extents (PE) +
-        * Logical Volumes (LV) +
-      * LAB #4 - Grow a Volume +
-      * LAB #5 - Snapshots +
-      * LAB #6 - Deleting Volumes +
-      * LAB #7 - Mirrored Volumes +
-      * LAB #8 - Changing LVM Attributes +
-      * LAB #9 - Striped Volumes +
-      * LAB #10 - Managing Meta-data +
-    * Journaled Filesystems +
-      * Ext3 +
-        * Managing Ext3 +
-        * LAB #11 - Converting Ext3 to Ext2 +
-        * LAB #12 - Converting Ext2 to Ext3 +
-        * LAB #13 - Using another PArtition for the Journal +
-        * LAB #14 - Changing the File System Check interval on an ext3 Filesystem +
-      * Ext4 +
-        * LAB #15 - Creating an Ext4 Filesystem +
-        * LAB #16 - Adding a Label to an Ext4 Filesystem +
-        * LAB #17 - Converting Ext3 to Ext4 +
-      * XFS +
-        * LAB #18 - Creating an XFS Filesystem +
-        * LAB #19 - Adding a Label to an XFS Filesystem +
- +
-  * **LCE505 - Process Scheduling** +
-    * Contents +
-    * cron +
-      * The /etc/crontab file +
-      * Time Fields +
-      * User Crontabs +
-    * anacron +
-    * at +
- +
-  * **LCE506 - Archiving and Compression** +
-    * Contents +
-    * Traditional Backup Tools +
-      * Preparation +
-      * The tar Command +
-        * Presentation +
-        * LAB #1 - Working with the tar Command +
-        * The GPL tar Commande and Compression +
-      * The cpio Command +
-        * Presentation +
-        * LAB #2 - Working with the cpio Command +
-      * The dd Command +
-        * Presentation +
-        * LAB #3 - Working with the dd Command +
-      * The dump et restore Commands +
-        * Presentation +
-      * LAB #4 - System Backups +
-        * Backing up the Installed Package List +
-        * Backing up the Disk Structure +
-        * Backing up Mount Points +
-        * Backing up the Boot Loader +
-          * GRUB Legacy +
-          * GRUB 2 on BIOS +
-          * GRUB 2 on EFI +
-        * Backing up User Files +
-      * Rsync +
-        * Presentation +
-        * LAB #5 - Working with the rsync Command +
-    * Compression +
-      * The gzip Command +
-        * Presentation +
-        * LAB #4 - Working with the gzip Command +
-      * The bzip2 Command +
-        * Presentation +
-        * LAB #5 - Working with the bzip2 Command +
-      * The xz Command +
-        * Presentation +
-        * LAB #6 - Working with the xz Command +
-      * Other Compression Utilities +
- +
-  * **LCE507 - Process Management** +
-    * Contents +
-    * Presentation +
-    * Process Types +
-    * Process Commands +
-      * The ps Command +
-      * The pgrep Command +
-      * The pstree Command +
-      * The top Command +
-      * The fg, bg and jobs Commands +
-      * The wait Command +
-      * The nice Command +
-      * The renice Command +
-      * The nohup Command +
-      * The kill Command +
-      * The pkill Command+
  
-  * **LCE508 Managing Logs** +  * **LCF401 Système de Fichiers**. 
-    * Contents +    * LAB #1 - Linux File Hierarchy System 
-    * Presentation +      * 1.1 - Types de Fichiers 
-    * The dmesg Command +      * 1.2 - La Commande mount 
-    * Security Logging +      * 1.3 - Le Fichier /etc/fstab 
-      * The last Command +        * Options de Montage 
-      * The lastlog Command +      * 1.4 - La Commande umount 
-      * The lastb Command +    * LAB #2 - Système de Fichiers Unix 
-      * The /var/log/secure File +      2.1 - Superbloc 
-    * The /var/log/audit/audit.log File +      * 2.2 - Inodes 
-      * Managing Audit Events +      * 2.3 - Blocs de données 
-        * auditd +      * 2.4 - Liens Physiques 
-        * auditctl +      2.5 - Liens Symboliques 
-      * Viewing Audit Events +    * Validation des Acquis
-        * The aureport Command +
-        * The ausearch Command +
-    * The /var/log/messages File +
-    Applications +
-    * rsyslog +
-      * Priorities +
-      * Facilitiess +
-      * The /etc/rsyslog.conf File +
-        Modules +
-        * Global Directives +
-        * Rules +
-          * Facility.Priority +
-          * Facility!Priority +
-          * Facility=Priority +
-          * Using the * Wildcard +
-          * n Facilities with Identical Priorities +
-          * n Selectors with Identical Actions +
-    * The logger Command +
-    * The logrotate Command +
-    * journald +
-      * Using Journald +
-        * Application Specific Messages +
-        * Boot Messages +
-        * Priority Specific Messages +
-        * Messages from a Specific Date Range +
-        * Real Time Messages +
-        * Searching with Key Words+
  
-  * **LCE509 Printer Management**  +  * **LCF402 L’Éditeur VI**. 
-    * Contents +    * Présentation 
-    * Cups +    * LAB #1 - Créer, ouvrir et fermer des fichiers 
-      * Protocols +      * 1.1 - Commandes 
-      * Packages +      * 1.2 - Créer un nouveau fichier avec VI 
-      * Daemon +      * 1.3 - Ouvrir un fichier en mode lecture seule avec la commande view 
-      * The /etc/cups/cupsd.conf File +      * 1.4 - Ouvrir un fichier en mode lecture-écriture avec la commande vi 
-      * Filters +    * LAB #2 - La Commande set 
-      * Backends +      * 2.1 - Commandes 
-      * Logs +      * 2.2 - Activer la numérotation des lignes avec la commande set 
-      * Printers +    * LAB #3 - Se Déplacer dans un Fichier 
-      * Administration +      * 3.1 - Commandes 
-        The lpstat Command +    * LAB #4 - Insertion de Texte 
-        The lpadmin Command +      * 4.1 - Commandes 
-        The accept et cupsenable Commands +      * 4.2 - Insérer du texte 
-        Classes +    LAB #5 - Recherche de Texte 
-        The /etc/cups/printers.conf File +      5.1 - Commandes 
-        The /etc/cups/classes.conf File +      5.2 - Rechercher et remplacer du texte 
-        The cancel Command +    LAB #6 - Suppression de Texte 
-        The lpmove Command +      6.1 - Commandes 
-        Web Interface+      6.2 - Supprimer des lignes 
 +    LAB #7 -Copier, Couper et Coller 
 +      7.1 - Commandes 
 +      7.2 - Copier, couper et coller du texte 
 +    * LAB #8 -Configuration d'une Interface VI Personnelle 
 +    * Validation des Acquis
  
-  * **LCE510 System Startup and Shutdown** +  * **LCF403 Aide et Documentation** heures
-    * Contents +    * LAB #1 - Aide des Commandes 
-    * System Startup +      * 1.1 - L'Aide des Commandes Externes au Shell 
-      * Boot Loader +      * 1.2 - L'Aide des Commandes Internes du Shell 
-        * BIOS Systems +    * LAB #La Commande man 
-        * EFI Systems +      2.1 - Les Commandes mandb et whatis 
-        * GRUB 2 +      2.2 - La Commande apropos 
-          * The /boot/grub/grub.cfg File +    * LAB #3 - La Commande info 
-          * The /etc/default/grub file +    Validation des Acquis
-          * Files in the /etc/grub.d directory +
-      * Initramfs +
-        * The init Script  +
-      * Kernel Booting Process +
-    * Systemd +
-      * LAB #1 - The systemctl Command +
-      * LAB #2 - Configuration Files +
-        * 2.- Default Configuration Files +
-        * 2.1 - Overloading Default Configuration Files +
-      * LAB #3 - The systemd-analyze Command +
-      * LAB #4 - Targets +
-        * 4.- Checking the Target Dependencies +
-        * 4.2 - The Default Target +
-          * Checking the Default Target +
-          * Changing the Default Target +
-          * Changing the Default Target for the Current Session +
-      * LAB #Managing Services +
-        5.1 - Single Service Instances +
-        5.2 - Multiple Instance Services +
-        * 5.3 - Disallowing Modifications to a Service Status +
-    * LAB #6 - System Shutdown +
-      * 6.1 - The shutdown Command +
-      * 6.2 - The reboot Command +
-      * 6.3 - The halt Command +
-      6.4 - The poweroff Command+
  
-  * **LCE511 Training Validation** +  * **LCF404 Commandes de Base et Outils de Manipulation de Fichiers Texte**. 
-    * Course Materials +    * LAB #1 - 38 Commandes de Base 
-    Reminder of the Training Program +      1.1 - La commande stty 
-      * Day #+      * 1.2 - La commande date 
-      * Day #2 +      * 1.3 - La commande who 
-      Day #3 +      * 1.4 - La commande df 
-      * Day #4 +      * 1.5 - La commande free 
-    * Training Evaluation +      * 1.6 - La commande whoami 
-    * Exam Acquired knowledge+      * 1.7 - La commande pwd 
 +      * 1.8 - La commande cd 
 +      * 1.9 - La commande ls 
 +      * 1.10 - La commande lsof 
 +      * 1.11 - La commande touch 
 +      * 1.12 - La commande echo 
 +      * 1.13 - La commande cp 
 +      * 1.14 - La commande file 
 +      * 1.15 - La commande cat 
 +      * 1.16 - La commande mv 
 +      * 1.17 - La commande mkdir 
 +      * 1.18 - La commande rmdir 
 +      * 1.19 - La commande rm 
 +      * 1.20 - La commande sort 
 +      * 1.21 - La commande more 
 +      * 1.22 - La commande less 
 +      * 1.23 - La commande find 
 +      * 1.24 - La commande su 
 +      * 1.25 - Les commandes locate et updatedb 
 +      * 1.26 - La commande whereis 
 +      * 1.27 - La commande which 
 +      * 1.28 - La commande uptime 
 +      * 1.29 - La commande w 
 +      * 1.30 - La commande uname 
 +      * 1.31 - La commande du 
 +      * 1.32 - La commande clear 
 +      * 1.33 - La commande exit 
 +      * 1.34 - La commande logout 
 +      * 1.35 - La commande sleep 
 +      * 1.36 - La Commande wall 
 +      * 1.37 - La Commande seq 
 +      * 1.38 - La Commande screen 
 +    * LAB #2 - Options et Arguments 
 +    LAB #3 - Expressions Régulières 
 +      * ERb 
 +      * ERe 
 +    * Outils de Manipulation de Fichiers Texte 
 +      * Présentation des Commandes grep, egrep et fgrep 
 +        * La Commande grep 
 +        * La Commande egrep 
 +        * La Commande fgrep 
 +        * LAB #4 - Utiliser grep, egrep et fgrep 
 +      * Présentation de la Commande sed 
 +        * LAB #5 - Utiliser la Commande sed 
 +      * Présentation de La Commande awk 
 +        * Découpage en champs 
 +        * Critères 
 +          * Une expression régulière valide pour la ligne 
 +          * Une expression régulière valide pour un champ 
 +          * Une comparaison 
 +          * Un opérateur logique 
 +          * Une variable interne 
 +        * Scripts awk 
 +        * La Fonction printf 
 +        * Structures de Contrôle 
 +          * if 
 +          * for 
 +          * while 
 +          * do-while 
 +        * LAB #6 - Utiliser la Commande awk 
 +      * LAB #7 - Autres Commandes Utiles 
 +        * 7.1 - La Commande expand 
 +        * 7.2 - La Commande unexpand 
 +        * 7.3 - La Commande cut 
 +        * 7.4 - La Commande uniq 
 +        * 7.5 - La Commande tr 
 +        * 7.6 - La Commande paste 
 +        * 7.7 - La Commande split 
 +        * 7.8 - La Commande diff 
 +        * 7.9 - La Commande cmp 
 +        * 7.10 - La commande patch 
 +        * 7.11 - La commande strings 
 +        * 7.12 - La commande comm 
 +        * 7.13 - La commande head 
 +        * 7.14 - La commande tail 
 +    * LAB #8 - Utiliser les commandes ifconfig, grep, tr et cut pour isoler l'adresse IPv4 
 +    * LAB #9 Utiliser les commandes ip, grep, awk et sed pour isoler l'adresse IPv4 
 +    * Validation des Acquis
  
-=====Training Evaluation=====+  * **LCF405 - La Ligne de Commande**. 
 +    * Contenu du Module 
 +    * Le Shell 
 +    * LAB #1 - Le Shell /bin/bash 
 +      * 1.1 - Les Commandes Internes et Externes au shell 
 +      * 1.2 - Les alias 
 +      * 1.3 - Définir le Shell d'un Utilisateur 
 +      * 1.4 - Le Prompt 
 +      * 1.5 - Rappeler des Commandes 
 +      * 1.6 - Générer les fins de noms de fichiers 
 +      * 1.7 - Le shell interactif 
 +        * Caractère * 
 +        * Caractère ? 
 +        * Caractères [ ] 
 +      * 1.8 - L'option extglob 
 +        * ?(expression) 
 +        * *(expression) 
 +        * +(expression) 
 +        * @(expression) 
 +        * !(expression) 
 +        * Caractères d'Échappement 
 +    * 1.9 - Codes Retour 
 +    * 1.10 - Redirections 
 +    * 1.11 - Pipes 
 +    * 1.12 - Substitutions de Commandes 
 +    * 1.13 - Chaînage de Commandes 
 +    * 1.14 - Affichage des variables du shell 
 +      * Les variables principales 
 +      * Les Variables de Régionalisation et d'Internationalisation 
 +      * Les variables spéciales 
 +    * 1.15 - La Commande env 
 +    * 1.16 - Options du Shell Bash 
 +      * Exemples 
 +        * noclobber 
 +        * noglob 
 +        * nounset 
 +    * LAB #2 - Les Scripts Shell 
 +      * 2.1 - Exécution 
 +      * 2.2 - La commande read 
 +        * Code de retour 
 +        * La variable IFS 
 +      * 2.3 - La commande test 
 +        * Tests de Fichiers 
 +        * Tests de chaînes de caractère 
 +        * Tests sur des nombres 
 +        * Les opérateurs 
 +        * Tests d'environnement utilisateur 
 +      * 2.4 - La commande %%[[ expression ]]%% 
 +      * 2.5 - Opérateurs du shell 
 +      * 2.6 - L'arithmétique 
 +        * La commande expr 
 +          * Opérateurs Arithmétiques 
 +          * Opérateurs de Comparaison 
 +          * Opérateurs Logiques 
 +        * La commande let 
 +          * Opérateurs Arithmétiques 
 +          * Opérateurs de comparaison 
 +          * Opérateurs Logiques 
 +          * Opérateurs travaillant sur les bits 
 +      * 2.7 - Structures de contrôle 
 +        * If 
 +        * case 
 +          * Exemple 
 +        * Boucles 
 +          * for 
 +          * while 
 +          * Exemple 
 +      * 2.8 - Scripts de Démarrage 
 +        * ~/.bash_profile 
 +        * ~/.bashrc 
 +    * Validation des Acquis
  
-PLease complete and sublit the training evaluation form.+  * **LCF406 - Validation de la Formation**. 
 +    * Support de Cours 
 +    * Rappel du Programme de la Formation 
 +      * Jour #1 
 +      * Jour #2 
 +    * Validation des acquis globale 
 +    * Évaluation de la Formation
  
-=====Exam - Acquired knowledge=====+=====Évaluation de la Formation=====
  
-Please take the final examination.+Afin de valider votre formation, veuillez compléter l’Évaluation de la Formation et passer la Validation des Acquis.
  
 ----- -----
-Copyright © 2022 Hugh Norris - Non-contractual documentThe Training Program may be modified without notice.+Copyright © 2024 Hugh Norris - Document non-contractuelLe programme peut être modifié sans préavis.
Menu