JuanmaRguez
Quiz por , criado more than 1 year ago

Linux Linux Essentials Certificate Quiz sobre Chapter 15 - Exam, criado por JuanmaRguez em 18-05-2016.

53
1
0
JuanmaRguez
Criado por JuanmaRguez aproximadamente 8 anos atrás
Fechar

Chapter 15 - Exam

Questão 1 de 20

1

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

Selecione uma das seguintes:

  • chmod o=r+x file

  • chmod o=rx file

  • chmod o-r-w file

  • chmod o+rx file

Explicação

Questão 2 de 20

1

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

Selecione uma das seguintes:

  • chmod 777 file

  • chmod 776 file

  • chmod 775 file

  • chmod 774 file

Explicação

Questão 3 de 20

1

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

Selecione uma das opções:

  • VERDADEIRO
  • FALSO

Explicação

Questão 4 de 20

1

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

Selecione uma ou mais das seguintes:

  • binary

  • symbolic

  • letter

  • octal

Explicação

Questão 5 de 20

1

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

Selecione uma das opções:

  • VERDADEIRO
  • FALSO

Explicação

Questão 6 de 20

1

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

Selecione uma das opções:

  • VERDADEIRO
  • FALSO

Explicação

Questão 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

Selecione uma das opções:

  • VERDADEIRO
  • FALSO

Explicação

Questão 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

Selecione uma das opções:

  • VERDADEIRO
  • FALSO

Explicação

Questão 9 de 20

1

Octal notation uses the following values for the permissions granted:

Selecione uma das seguintes:

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

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

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

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

Explicação

Questão 10 de 20

1

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

Selecione uma das seguintes:

  • 666

  • 775

  • 750

  • 777

Explicação

Questão 11 de 20

1

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

Selecione uma das opções:

  • VERDADEIRO
  • FALSO

Explicação

Questão 12 de 20

1

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

Selecione uma ou mais das seguintes:

  • 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

Explicação

Questão 13 de 20

1

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

Selecione uma das seguintes:

  • Run the file as a script

  • This permission isn't meaningful for text files.

  • Delete the file

  • Move the file to a new directory

Explicação

Questão 14 de 20

1

The chgrp command can be used on a file by:

Selecione uma das seguintes:

  • Only root

  • A user that belongs to the files current group

  • The file owner and root

  • Only the file owner

Explicação

Questão 15 de 20

1

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

Selecione uma das seguintes:

  • Only root

  • A user that belongs to the files current group

  • The file owner and root

  • The file owner

Explicação

Questão 16 de 20

1

The chmod command can be used on a file by:

Selecione uma das seguintes:

  • The file owner and root

  • Only root

  • A user that belongs to the files current group

  • The file owner

Explicação

Questão 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?

Selecione uma das seguintes:

  • -r

  • -R

  • -f

  • -a

Explicação

Questão 18 de 20

1

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

Selecione uma das opções:

  • VERDADEIRO
  • FALSO

Explicação

Questão 19 de 20

1

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

Selecione uma das opções:

  • VERDADEIRO
  • FALSO

Explicação

Questão 20 de 20

1

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

Selecione uma das opções:

  • VERDADEIRO
  • FALSO

Explicação