Comandos linux 5

Comandos linux 5

University

10 Qs

quiz-placeholder

Similar activities

Linux I

Linux I

University

9 Qs

SOR 22-23 Prueba Marzo

SOR 22-23 Prueba Marzo

University

15 Qs

Git for dummies

Git for dummies

University

7 Qs

A Day at IOET

A Day at IOET

University

10 Qs

Diagnostico de Linux

Diagnostico de Linux

University

10 Qs

DOS y sus comandos III

DOS y sus comandos III

University

9 Qs

Permisologia Ubuntu

Permisologia Ubuntu

University

15 Qs

Python 1ra Clase

Python 1ra Clase

University

9 Qs

Comandos linux 5

Comandos linux 5

Assessment

Quiz

Computers

University

Hard

Created by

JUAN MARTINEZ

Used 2+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

¿Qué comando busca de forma recursiva en un camino todos los directorios o ficheros que cumplan ciertas condiciones?

find

du

df

grep

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

¿Que opción del comando find no distingue entre mayúsculas y minúsculas?

-name

-iname

-type

-min -may

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Con el comando find, si quiero buscar sólo directorios, ¿que opción tengo que poner?

-type d

-d

-directory

-mkdir

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A la hora de hacer una búsqueda con find de todos los fichero que terminen por .log dentro del directorio home. ¿Que línea es correcta?

find /home -type f -iname '*.log'

find /home -type f -iname '.log'

find / -type f -iname '*.log'

find /home -type d -iname '*.log'

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

¿Qué opción utilizo si quiero ejecutar un comando con cada uno de los ficheros encontrados?

-exec

find | grep

-sh

find -type ex

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Comando que nos da información sobre las particiones del sistema

df

du

disk free

di

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

¿Qué comando muestra el espacio ocupado por un fichero o por un directorio?

du

disk size

ls -h

-hf

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?