JuanmaRguez
Test por , creado hace más de 1 año

Linux Linux Essentials Certificate Test sobre Chapter 15 - Exam, creado por JuanmaRguez el 18/05/2016.

53
1
0
JuanmaRguez
Creado por JuanmaRguez hace alrededor de 8 años
Cerrar

Chapter 15 - Exam

Pregunta 1 de 20

1

Which of the following commands set "other" permissions on file to r-x?

Selecciona una de las siguientes respuestas posibles:

  • chmod o=r+x file

  • chmod o=rx file

  • chmod o-r-w file

  • chmod o+rx file

Explicación

Pregunta 2 de 20

1

Which of the following commands set "other" permissions on file to r-x?

Selecciona una de las siguientes respuestas posibles:

  • chmod 777 file

  • chmod 776 file

  • chmod 775 file

  • chmod 774 file

Explicación

Pregunta 3 de 20

1

Only one set (user, group, other) of permission can be changed at once using the symbolic method.

Selecciona uno de los siguientes:

  • VERDADERO
  • FALSO

Explicación

Pregunta 4 de 20

1

Which of the following are methods for setting permissions using the chmod command? (choose two)

Selecciona una o más de las siguientes respuestas posibles:

  • binary

  • symbolic

  • letter

  • octal

Explicación

Pregunta 5 de 20

1

The chown command can be used to change the owner and group of a file.

Selecciona uno de los siguientes:

  • VERDADERO
  • FALSO

Explicación

Pregunta 6 de 20

1

The chgrp command can be used to change the owner and group of a file.

Selecciona uno de los siguientes:

  • VERDADERO
  • FALSO

Explicación

Pregunta 7 de 20

1

The user sysadmin will be able to read the file because they own it.

__-r_r_ 1 sysadmin group 38270 Sep 2 18:49 file

Selecciona uno de los siguientes:

  • VERDADERO
  • FALSO

Explicación

Pregunta 8 de 20

1

The user sysadmin will be able to change the permissions of the file because they own it.

__-r_r_ 1 sysadmin group 38270 Sep 2 18:49 file

Selecciona uno de los siguientes:

  • VERDADERO
  • FALSO

Explicación

Pregunta 9 de 20

1

Octal notation uses the following values for the permissions granted:

Selecciona una de las siguientes respuestas posibles:

  • r = 4, w = 2, x = 1

  • r = 7, w = 5, x = 0

  • r = 3, w = 2, x = 1

  • r = 4, w = 2, x = 0

Explicación

Pregunta 10 de 20

1

Which of the following permissions would allow all users to add, view, and delete files in a directory?

Selecciona una de las siguientes respuestas posibles:

  • 666

  • 775

  • 750

  • 777

Explicación

Pregunta 11 de 20

1

A user cannot delete a file if they do not own it.

Selecciona uno de los siguientes:

  • VERDADERO
  • FALSO

Explicación

Pregunta 12 de 20

1

The "execute" permission on a directory allows you to:
(choose three)

Selecciona una o más de las siguientes respuestas posibles:

  • Change to that directory or use it as part of a path

  • Along with write permission to successfully delete the directory

  • Along with read permission to successfully perform ls -l

  • Along with write permission to successfully create new files

Explicación

Pregunta 13 de 20

1

The "execute" permission on a file allows you to:

Selecciona una de las siguientes respuestas posibles:

  • Run the file as a script

  • This permission isn't meaningful for text files.

  • Delete the file

  • Move the file to a new directory

Explicación

Pregunta 14 de 20

1

The chgrp command can be used on a file by:

Selecciona una de las siguientes respuestas posibles:

  • Only root

  • A user that belongs to the files current group

  • The file owner and root

  • Only the file owner

Explicación

Pregunta 15 de 20

1

The chown command can be used to change the user owner on a file by:

Selecciona una de las siguientes respuestas posibles:

  • Only root

  • A user that belongs to the files current group

  • The file owner and root

  • The file owner

Explicación

Pregunta 16 de 20

1

The chmod command can be used on a file by:

Selecciona una de las siguientes respuestas posibles:

  • The file owner and root

  • Only root

  • A user that belongs to the files current group

  • The file owner

Explicación

Pregunta 17 de 20

1

Which option for the chown command can be used to change the owner of a directory and all the files and directories below it?

Selecciona una de las siguientes respuestas posibles:

  • -r

  • -R

  • -f

  • -a

Explicación

Pregunta 18 de 20

1

The chown command will only accept one file at a time as an argument.

Selecciona uno de los siguientes:

  • VERDADERO
  • FALSO

Explicación

Pregunta 19 de 20

1

The "execute" permission is never set on files by default.

Selecciona uno de los siguientes:

  • VERDADERO
  • FALSO

Explicación

Pregunta 20 de 20

1

The user owner of a file will always have the same or higher permissions as "other".

Selecciona uno de los siguientes:

  • VERDADERO
  • FALSO

Explicación