
Comandos Linux Blue Team
Authored by Alfonso deuna
Computers
Professional Development
Used 7+ times

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
31 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
¿Qué comando se usa para buscar archivos en el directorio actual?
search .
grep .
locate .
find .
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
¿Cómo buscar archivos dentro de un directorio específico en Linux?
find /dir
search /dir
locate /dir
grep /dir
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
¿Qué comando se usa para buscar archivos con un nombre exacto?
find /dir -exact "nombre"
find /dir -name "nombre"
find /dir -search "nombre"
find /dir -lookup "nombre"
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
¿Cuál es el comando correcto para buscar todos los archivos con extensión .log?
find /dir -name "*.txt"
find /dir -lookup "*.log"
find /dir -name "*.log"
find /dir -search "*.log"
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
¿Cómo se puede buscar archivos ignorando mayúsculas y minúsculas?
find /dir -ignore "*.Log"
find /dir -iname "*.Log"
find /dir -exactname "*.Log"
find /dir -caseignore "*.Log"
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
¿Cuál de los siguientes comandos busca archivos con extensión .php hasta un máximo de 2 niveles de profundidad?
find / -name "*.php" -depth 2
find / -maxdepth 2 -name "*.php"
find / -searchdepth 2 -name "*.php"
find / -depth 2 -lookup "*.php"
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
¿Cómo buscar archivos excluyendo los que tienen la extensión .log?
find / -exclude "*.log"
find / -not -name "*.log"
find / -no "*.log"
find / -except "*.log"
Access all questions and much more by creating a free account
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
Already have an account?