Commandes Shell Quiz

Commandes Shell Quiz

9th - 12th Grade

30 Qs

quiz-placeholder

Similar activities

Exponential and Logarithm

Exponential and Logarithm

11th Grade

25 Qs

Exponential and Log Equations

Exponential and Log Equations

11th Grade

25 Qs

PPA - Profession de programmeur-analyste - Examen Intra

PPA - Profession de programmeur-analyste - Examen Intra

11th Grade - University

25 Qs

Properties of Logs

Properties of Logs

11th Grade

25 Qs

Properties of Logarithms

Properties of Logarithms

9th - 12th Grade

26 Qs

Fonction expo TST2S

Fonction expo TST2S

12th Grade - University

25 Qs

Logarithms Review

Logarithms Review

9th - 12th Grade

25 Qs

Свойства логарифмов

Свойства логарифмов

10th Grade

25 Qs

Commandes Shell Quiz

Commandes Shell Quiz

Assessment

Quiz

Mathematics

9th - 12th Grade

Hard

Created by

Samuel Baroukh

Used 1+ times

FREE Resource

30 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Quelle commande permet d'afficher les fichiers d'un répertoire avec leurs détails ?

ls

ls -l

dir

list

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Comment créer un dossier nommé "backup" ?

touch backup

mkdir backup

rmdir backup

create backup

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Quelle commande permet de supprimer un fichier nommé "log.txt" ?

rm log.txt

rmdir log.txt

del log.txt

remove log.txt

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Quelle commande affiche le contenu du fichier "config.txt" ?

echo config.txt

cat config.txt

grep config.txt

head config.txt

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Quelle commande recherche le mot "warning" dans le fichier "/var/log/messages" ?

cat warning /var/log/messages

grep warning /var/log/messages

echo warning /var/log/messages

head warning /var/log/messages

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Quelle commande ajoute la phrase "Test" à la fin du fichier "notes.txt" ?

echo "Test" > notes.txt

echo "Test" >> notes.txt

cat "Test" > notes.txt

grep "Test" >> notes.txt

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Quelle commande permet d'enchaîner l'affichage d'un fichier avec une recherche de texte ?

cat fichier.txt > grep "info"

cat fichier.txt | grep "info"

cat fichier.txt > grep "info"

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?