QCM1 ASSEU

Create an image showing a split-screen of a Linux terminal and a list of Linux commands, with an aesthetic background that represents technology and coding.

Linux Command Line Proficiency Quiz

Test your knowledge of essential Linux commands and concepts with this interactive quiz! Designed for users of all skill levels, this quiz will challenge your understanding of file management, configurations, and system architecture.

Topics covered include:

  • File manipulation commands
  • System configuration files
  • Boot management with GRUB
  • File system structure and indexing
10 Questions2 MinutesCreated by CommandLearn42
Etant connecté en tant que user1, quelle commande permet de supprimer tous les fichiers du répertoire personnel dont le nom commence par un chiffre ?
Find . -name '0,9' -exec rm {}
Find ~ -type f -name '[0-9]*' -exec rm {} \ ;
Rm /home/user1/[0-9]*
Grep [0-9] -exec rm
Pour copier tous les fichiers d’extension .sh du répertoire personnel d’un utilisateur 'esprit' dans le répertoire courant, on utilise la commande :
Mv /home/esprit/*.sh .
Cp /home/esprit/*.sh .
Cp /home/esprit/.sh ~/.
Cp ~/.sh ../
Quelle commande permet d’extraire les noms et les numéros de téléphone des personnes à partir du fichier ‘coordonnées.csv’ ci-dessous et les enregistrer à la fin du fichier ‘contacts.txt’ ?
Grep 'Name', 'Phone' coordonnées.csv
Cat coordonnées.csv >> contacts.txt
Cut -d, -f 2,4 coordonnées.csv >> contacts.txt
Cut 'Name', 'Phone' | coordonnées.csv
Parmi les propositions suivantes, laquelle est équivalente à la commande « chmod 754 ~/file1 » ?
Chmod u=rwx,g=rx,o=r ~/file1
Chmod ugo=rwx ~/file1
Chmod u=7,g=5,o=4 ~/file1
Chmod 754 /home/file1
Par quel moyen sont indexés les fichiers sur Linux ?
Pipe
Lien symbolique
Inode
Lien physique
L’image compressée du noyau Linux existe sous la forme d'un fichier nommé :
/etc/vmlinux
/boot/vmlinuz
/boot/kernel
/boot/initramfs
Dans quel fichier doit-on ajouter les entrées personnalisées du menu GRUB 2 ?
/etc/default/grub
/etc/grub.d/40_custom
/etc/grub.d/00_header
/boot/grub/grub.cfg
UEFI utilise un schéma de partitionnement de format :
Classique en cylindre jusqu'à 128 partitions
Classique en cylindre jusqu'à 4 partitions
Logique en bloc jusqu'à 4 partitions
Logique en bloc jusqu'à 128 partitions
Dans le fichier de configuration /etc/default/grub, le paramètre « GRUB_DEFAULT » :
Détermine quel bootloader est démarré par défaut.
Détermine quelle partition du disque est démarrée par défaut.
Détermine quel shell est démarré par défaut.
Détermine quel noyau est démarré par défaut
Quel est l’emplacement par défaut du fichier de configuration de GRUB 2 ?
/boot/grub.d/grub.cfg
/etc/grub.d/05_linux
/boot/grub/grub.cfg
/etc/default/grub
{"name":"QCM1 ASSEU", "url":"https://www.quiz-maker.com/QPREVIEW","txt":"Test your knowledge of essential Linux commands and concepts with this interactive quiz! Designed for users of all skill levels, this quiz will challenge your understanding of file management, configurations, and system architecture.Topics covered include:File manipulation commandsSystem configuration filesBoot management with GRUBFile system structure and indexing","img":"https:/images/course8.png"}
Powered by: Quiz Maker