From 07a465e3309a16dea2e052dbc75979184a42667e Mon Sep 17 00:00:00 2001 From: Florian Mathieu Date: Thu, 1 Feb 2024 17:39:34 +0100 Subject: [PATCH] maj tp linux --- architecture/os/tp_linux.ipynb | 16 ++-------------- representation_base/chapitre_2/EXERCICES.md | 3 +++ 2 files changed, 5 insertions(+), 14 deletions(-) diff --git a/architecture/os/tp_linux.ipynb b/architecture/os/tp_linux.ipynb index 7d4560c..6ec68cb 100644 --- a/architecture/os/tp_linux.ipynb +++ b/architecture/os/tp_linux.ipynb @@ -69,18 +69,6 @@ "
  • Possiblement ajout d'une partie dans le TP : desactivation de l'interface graphique puis exercices sur les commandes." ] }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "## Table des matières\n", - "\n", - "\n", - "1.\tArborescence d'un système Linux\n", - "2.\tCommandes\n", - "3. Droits et permissions d'accès aux fichiers " - ] - }, { "cell_type": "markdown", "metadata": {}, @@ -144,7 +132,7 @@ "source": [ "Mais après, je peux aussi utiliser un chemin relatif selon l'endroit où je me trouve.\n", "\n", - "![chemin_relatif.png](assets/chemin_relatif.png)\n", + "![chemin_relatif.png](assets/chemin_relatif.PNG)\n", "\n", "\n", "Et pourtant, j'ai crée le fichier au même endroit !\n" @@ -229,7 +217,7 @@ "\n", "Elle vous permet de savoir où vous vous situez dans l'arborescence Unix.\n", "\n", - "![pwd.png](assets/pwd.PNG)\n" + "![pwd.png](assets/pwd.png)\n" ] }, { diff --git a/representation_base/chapitre_2/EXERCICES.md b/representation_base/chapitre_2/EXERCICES.md index 6aabf7a..e863caa 100644 --- a/representation_base/chapitre_2/EXERCICES.md +++ b/representation_base/chapitre_2/EXERCICES.md @@ -36,3 +36,6 @@ Calculer $`c-d`$ (cf exercice 5) en binaire et en décimal. Que constatez-vous? +``` + +```