• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/20

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

20 Cards in this Set

  • Front
  • Back

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

chmod o=rx file

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

chmod 775 file

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




True or False?

False

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

* symbolic




* octal

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

True

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

False

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




True or False?

False

The user "sysadmin" will be able to change the permissions of the "file" becausethey own it.




----r--r-- 1 sysadmin group 38270 Sep 2 18:49 file




True or False?

True

Octal notation uses the following values for the permissions granted:

r = 4, w = 2, x = 1

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

777

A user cannot delete a file if they do not own it. True or False?

False

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

*Along with write permission to successfully create new files


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


*Along with read permission to successfully perform "ls -l"

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

Run the file as a script

The chgrp command can be used on a file by:

The file owner and root

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

Only root

The chmod command can be used on a file by:

The file owner and root

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

-R

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




True orFalse?

False

The "execute" permission is never set on files by default. True or False?

True

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




True or False?

False