diff --git a/tp04-reponses.txt b/tp04-reponses.txt new file mode 100644 index 0000000..19ad30e --- /dev/null +++ b/tp04-reponses.txt @@ -0,0 +1,13 @@ +I) +La commande à écrire pour afficher la disposition courante du clavier est localectl status, la disposition est Français-France conformément à ce qui est inscrit dans /etc/vconsole.conf +Pour afficher toutes les dispositions disponibles il faut faire localectl list-keymaps +II/Question 1) +Le disque est divisé en 5 partitions +Pour connaître les différents chemins menant à chaque parition est lsblk -p +Question 2) +La commande mount et le fichier /etc/mtab/ affichent les mêmes informations +Les partitions montées sont proc, sys, dev, run, tmp et export +La commande findmnt est plus précise en affichant la même chose sous forme d'arborescence +Pour afficher les vrais systèmes montés il faut taper findmnt --real + +III/Question 1) \ No newline at end of file diff --git a/tp05-reponses.txt b/tp05-reponses.txt new file mode 100644 index 0000000..04ec346 --- /dev/null +++ b/tp05-reponses.txt @@ -0,0 +1,51 @@ +Question 1) +man -k / apropos + +Question 2) +hostname + +Question 3) +5.15.62-1-lts + +Question 4) +8 + +Question 5) +2.9Ghz + +Question 6) +Intel + +Question 7) +Little Endian + +Question 8) +00:00.0 Host bridge: Intel Corporation 10th Gen Core Processor Host Bridge/DRAM Registers (rev 05) +00:02.0 VGA compatible controller: Intel Corporation CometLake-S GT2 [UHD Graphics 630] (rev 05) +00:04.0 Signal processing controller: Intel Corporation Xeon E3-1200 v5/E3-1500 v5/6th Gen Core Processor Thermal Subsystem (rev 05) +00:12.0 Signal processing controller: Intel Corporation Comet Lake PCH Thermal Controller +00:14.0 USB controller: Intel Corporation Comet Lake USB 3.1 xHCI Host Controller +00:14.2 RAM memory: Intel Corporation Comet Lake PCH Shared SRAM +00:16.0 Communication controller: Intel Corporation Comet Lake HECI Controller +00:16.3 Serial controller: Intel Corporation Comet Lake Keyboard and Text (KT) Redirection +00:17.0 SATA controller: Intel Corporation Comet Lake SATA AHCI Controller +00:1b.0 PCI bridge: Intel Corporation Comet Lake PCI Express Root Port #21 (rev f0) +00:1f.0 ISA bridge: Intel Corporation Q470 Chipset LPC/eSPI Controller +00:1f.3 Audio device: Intel Corporation Comet Lake PCH cAVS +00:1f.4 SMBus: Intel Corporation Comet Lake PCH SMBus Controller +00:1f.5 Serial bus controller: Intel Corporation Comet Lake PCH SPI Controller +00:1f.6 Ethernet controller: Intel Corporation Ethernet Connection (11) I219-LM +01:00.0 Non-Volatile memory controller: Sandisk Corp WD Blue SN550 NVMe SSD (rev 01) + +lspci -v +Question 9) +lsmod + +Question 10) +Intel / e1000e + +Question 11) +16Go + +Question 12) +256Mo \ No newline at end of file