nerdexam
Oracle

1Z0-403 · Question #39

The contents of /etc/pam.d/su file on a system are shown below. [root@server1 ~]# cat /etc/pam.d/su #%PAM-1.0 auth sufficient /lib/security/$ISA/pam_rootok.so auth sufficient /lib/security/$ISA…

The correct answer is D. All members of the wheel group would be able to use the su command to switch to root's account. See the full explanation below for the reasoning.

Question

The contents of /etc/pam.d/su file on a system are shown below. [root@server1 ~]# cat /etc/pam.d/su #%PAM-1.0 auth sufficient /lib/security/$ISA/pam_rootok.so auth sufficient /lib/security/$ISA pam_wheel.so trust use_uid #auth required /lib/security/$ISA pam_wheel.so use_uid auth required /lib/security/$ISA/pam_stack.so service=system-auth account required /lib/security/$ISA/pam_stack.so service=system-auth password required /lib/security/$ISA/pam_stack.so service=system-auth session required /lib/security/$ISA/pam_selinux.so close session required /lib/security/$ISA/pam_stack.so service=system-auth session required /lib/security/$ISA/pam_selinux.so open session optional /lib/security/$ISA/pam_xauth.so Which statement is true?

Options

  • AAll normal users would be prohibited from using the su command to switch to root's account.
  • BAll members of the wheel group would be prohibited from using the su command to switch to root's
  • CAll members of the wheel group would be able to use the su command to switch to root's account
  • DAll members of the wheel group would be able to use the su command to switch to root's account

How the community answered

(28 responses)
  • A
    7% (2)
  • B
    11% (3)
  • C
    4% (1)
  • D
    79% (22)

Community Discussion

No community discussion yet for this question.

Full 1Z0-403 Practice