Knowee
Questions
Features
Study Tools

What is authorization?1 pointThe process of a user proving that they are who they say they are in the systemThe process of temporarily granting elevated permissions to specific usersThe concept of granting only the minimal access and authorization required to complete a task or functionThe concept of granting access to specific resources in a system2.Question 2Which of the following statements correctly describe the file permissions string -rw-rw-rw-? Select two answers.1 pointThe file type is a directory.The group has read permissions.The user has write permissions.The user and group have execute permissions.3.Question 3A security professional enters chmod g+w access.txt into the command line. What does this command tell the operating system to do?1 pointAdd write permissions to the user for the access.txt fileRemove write permissions from the user for the access.txt fileRemove write permissions from the group for the access.txt fileAdd write permissions to the group for the access.txt file4.Question 4Which of the following commands typically must be used with sudo? Select three answers.1 pointchownuseradduserdelchmod5.Question 5A security analyst is updating permissions on a directory named projects. The current permissions are drwxrw-r--. They want to add execute permissions for the group. What do they enter on the command line?1 pointchmod g-x projectschmod g+x projectschmod x+x projectschmod u-x projects

Question

What is authorization?1 pointThe process of a user proving that they are who they say they are in the systemThe process of temporarily granting elevated permissions to specific usersThe concept of granting only the minimal access and authorization required to complete a task or functionThe concept of granting access to specific resources in a system2.Question 2Which of the following statements correctly describe the file permissions string -rw-rw-rw-? Select two answers.1 pointThe file type is a directory.The group has read permissions.The user has write permissions.The user and group have execute permissions.3.Question 3A security professional enters chmod g+w access.txt into the command line. What does this command tell the operating system to do?1 pointAdd write permissions to the user for the access.txt fileRemove write permissions from the user for the access.txt fileRemove write permissions from the group for the access.txt fileAdd write permissions to the group for the access.txt file4.Question 4Which of the following commands typically must be used with sudo? Select three answers.1 pointchownuseradduserdelchmod5.Question 5A security analyst is updating permissions on a directory named projects. The current permissions are drwxrw-r--. They want to add execute permissions for the group. What do they enter on the command line?1 pointchmod g-x projectschmod g+x projectschmod x+x projectschmod u-x projects

...expand
🧐 Not the exact question you are looking for?Go ask a question

Solution

  1. Authorization is the concept of granting access to specific resources in a system.

  2. The correct statements that describe the file permissions string -rw-rw-rw- are: The group has read permissions and the user has write permissions.

  3. The command chmod g+w access.txt tells the operating system to add write permissions to the group for the access.txt file.

  4. The commands that typically must be used with sudo are: chown, useradd, and userdel.

  5. To add execute permissions for the group to a directory named projects with current permissions drwxrw-r--, they would enter chmod g+x projects on the command line.

This problem has been solved

Similar Questions

What is authorization?1 pointThe concept of granting access to specific resources in a systemThe process of a user proving that they are who they say they are in the systemThe concept of granting only the minimal access and authorization required to complete a task or functionThe process of temporarily granting elevated permissions to specific users

What role does authorization play?

What is the difference between user rights and permissions?

Question 8In Windows, which of the following are directory and file permissions that can be assigned to groups and/or users? (Choose all that apply)1 pointRead & ExecuteChangeWriteList folder contents

Which of the following is a way to define permissions or authorizations for objects?1 pointExtensible authentication protocolsAccess control entriesNetwork access servers (NAS)Access control lists (ACL)

1/3

Upgrade your grade with Knowee

Get personalized homework help. Review tough concepts in more detail, or go deeper into your topic by exploring other relevant questions.