nerdexam
Oracle

1Z0-100 · Question #67

Which three statements are true about the User Private Group scheme in Oracle Linux?

The correct answer is D. If a user jules is added with the user add jules command, a group called jules is also added. but E. A directory owned by a group to which several users belong, and which has the setgid fa turned F. The User private Group scheme is enabled by default in Oracle Linux. DF (not A): By default, Oracle Linux implements the user private group (UPG) scheme where adding a user account also creates a corresponding UPG with the same name as the user, and of which the user is the only member. E: When setgid permission is applied to a directory, files…

Manage Users and Groups

Question

Which three statements are true about the User Private Group scheme in Oracle Linux?

Options

  • AIf a user jules is added with the useradd jules command, a group called jules_grp is also created
  • BThe umask for the jules user is 002 in /etc/bashrc
  • CUsers belonging to a group to which user jules also belongs, are automatically able to write to the
  • DIf a user jules is added with the user add jules command, a group called jules is also added. but
  • EA directory owned by a group to which several users belong, and which has the setgid fa turned
  • FThe User private Group scheme is enabled by default in Oracle Linux.

How the community answered

(25 responses)
  • A
    8% (2)
  • B
    4% (1)
  • C
    4% (1)
  • D
    84% (21)

Explanation

DF (not A): By default, Oracle Linux implements the user private group (UPG) scheme where adding a user account also creates a corresponding UPG with the same name as the user, and of which the user is the only member. E: When setgid permission is applied to a directory, files that were created in this directory belong to the group to which the directory belongs, not the group to which the creating process belongs. Any user who has write and execute permissions in the directory can create a file there. However, the file belongs to the group that owns the directory, not to the user's group ownership.

Topics

#User Private Group#useradd#umask#setgid

Community Discussion

No community discussion yet for this question.

Full 1Z0-100 Practice