It is more faster and easier to pass the LPI 303-200 exam by using Guaranteed LPI LPIC-3 Exam 303: Security, version 2.0 questuins and answers. Immediate access to the Up to the immediate present 303-200 Exam and find the same core area 303-200 questions with professionally verified answers, then PASS your exam with a high score now.

Q17. Which command included in the Linux Audit system provides searching and filtering of the audit log? (Specify ONLY the command without any path or parameters.)

Answer: 

ausearch 


Q18. Which of the following access control models is established by using SELinux?

A. Security Access Control (SAC)

B. Group Access Control (GAC)

C. User Access Control (UAC)

D. Discretionary Access Control (DAC)

E. Mandatory Access Control (MAC)

Answer: E


Q19. Which of the following commands adds users using SSSD's local service?

A. sss_adduser

B. sss_useradd

C. sss_add

D. sss-addlocaluser

E. sss_local_adduser

Answer:


Q20. What option of mount.cifs specifies the user that appears as the local owner of the files of a mounted ClFS share when the server does not provide ownership information? (Specify ONLY the option name without any values or parameters.)

Answer: 

uld=arg

Explanation: http://linux.die.net/man/8/mount.cifs


Q21. in which path is the data, which can be altered by the sysctl command, accessible?

A. /dev/sys/

B. /sys/

C. /proc/sys/

D. /sysctl/

Answer:


Q22. Which PAM module checks new passwords against dictionary words and enforces complexity? (Specially the module name only without any path.)

Answer: 

pam_cracklib

Explanation: http;//www-deer-run.com/~hal/sysadmin/pam_cracklib.html


Q23. Which of the following commands defines an audit rule that monitors read and write operations to the file/etc/firewall/rules and associates the rule with the name firewall?

A. auditctl -N firewall -r r: /etc/firewall/rules -r w: etc/firewall/rules

B. auditctl -A -f /etc/firewall/rules -o r- o w -l firewall

C. auditctl -w /etc/firewall/rules -p rw -k firewall

D. auditctl -_read /etc/firewall/rules -_write /etc/firewall/rules --label firewall

E. echo "n: firewall r:/etc/firewall/rules: w:/ etc/firewall/rules:" I auditctl ~

Answer:


Q24. Which of the following resources of a shell and its child processes can be controlled by the Bash build-in command ulimit? (Choose THREE correct answers.)

A. The maximum size of written files

B. The maximum number of open file descriptors

C. The maximum number of newly created files

D. The maximum number of environment variables

E. The maximum number of user processes

Answer: A, B, E