
SOM - Comandos LINUX

Quiz
•
Computers
•
9th Grade
•
Hard

Carlos Quiles
Used 5+ times
FREE Resource
15 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Estás en la carpeta "/home/usuario/documentos" y quieres ver todos los archivos, incluidos los ocultos. ¿Qué comando usarías?
ls B
ls -l
ls -a
ls -h
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Quieres cambiar al directorio "/var/log" desde cualquier ubicación. ¿Qué comando debes usar?
cd ..
cd /var/log
cd -
cd ~
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Tienes un archivo llamado "reporte.txt" en el directorio actual y quieres moverlo a "/home/usuario/backup". ¿Cuál es el comando correcto?
mv reporte.txt backup
mv reporte.txt /home/usuario/backup
cp reporte.txt /home/usuario/backup
mv /home/usuario/backup reporte.txt
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Necesitas crear una estructura de directorios "proyecto/docs/informes" en un solo comando. ¿Qué usarías?
mkdir proyecto/docs/informes
mkdir -p proyecto/docs/informes
mkdir -r proyecto/docs/informes
mkdir --all proyecto/docs/informes
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Quieres eliminar un directorio llamado "temporal" y su contenido sin confirmación. ¿Qué comando es correcto?
rm temporal
rmdir -r temporal
rm -rf temporal
rm -d temporal
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Tienes un archivo "datos.csv" con contenido separado por comas. ¿Cómo extraerías solo el segundo campo del fichero?
cut -d',' -f2 datos.csv
cut -c 2 datos.csv
grep -c 2 datos.csv
tail -n 2 datos.csv
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Quieres ver las últimas 20 líneas de un archivo de logs llamado "errores.log" en tiempo real. ¿Qué comando usarías?
head -n 20 errores.log
tail -n 20 errores.log
tail -f errores.log
tail -n 20 -f errores.log
Create a free account and access millions of resources
Similar Resources on Wayground
12 questions
Quizizz sobre S.O

Quiz
•
11th Grade
10 questions
Python Basic files

Quiz
•
10th - 12th Grade
15 questions
STATA16

Quiz
•
12th Grade
10 questions
Git/Github

Quiz
•
University
10 questions
perintah dasar linux 1

Quiz
•
11th Grade
18 questions
Comandos Sistema Operativo Linux

Quiz
•
10th Grade
10 questions
atividade avaliativa

Quiz
•
11th Grade
20 questions
Quiz sobre Gestión de la Información

Quiz
•
University
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

Interactive video
•
10th - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

Lesson
•
6th - 8th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
20 questions
Digital Citizenship

Quiz
•
8th - 12th Grade
30 questions
Introduction to Computers

Quiz
•
8th - 9th Grade
35 questions
Computer Baseline Examination 2025-26

Quiz
•
9th - 12th Grade
13 questions
Problem Solving Process

Quiz
•
9th - 12th Grade
20 questions
Hardware vs. Software Quiz

Quiz
•
7th - 10th Grade
10 questions
Understanding Algorithms with Pseudocode and Flowcharts

Interactive video
•
9th - 12th Grade