From 7ad73f4b632ee4696707455fd91f456fd07a262c Mon Sep 17 00:00:00 2001 From: Thomas Constans Date: Mon, 5 Oct 2020 11:14:05 +0200 Subject: [PATCH] ajout correction --- Correction.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Correction.md diff --git a/Correction.md b/Correction.md new file mode 100644 index 0000000..5ef0a61 --- /dev/null +++ b/Correction.md @@ -0,0 +1,11 @@ +su - +echo "Thomas Constans" > /etc/motd +hostname >> /srv/inventaire.txt +ip a # obtenir la configuration ip +ip r # obtenir la passerelle par défaut +cat /etc/resolv.conf # obtenir les serveurs dns + +useradd -d /home/epsi -m -G wheel epsi +passwd epsi + +yum install -y sudo \ No newline at end of file