Exam Code : 303-200
Exam Name : LPIC-3 Exam 303: Security, version 2.0 - 2024
Vendor Name :
"LPI"
303-200 Dumps
303-200 Braindumps
303-200 Real Questions
303-200 Practice Test
303-200 Actual Questions
killexams.com
LPIC-3 Exam 303: Security, version 2.0 - 2024
https://killexams.com/pass4sure/exam-detail/303-200
Which of the following commands adds a new user usera to FreelPA?
useradd usera --directory ipa --gecos *User A"
idap- useradd --H ldaps://ipa-server CN=UserA --attribs "Firstname: User: Lastname: A"
ipa-admin create user --account usera -_fname User --iname A
ipa user-add usera --first User --last A
ipa-user- add usera --name "User A"
Which of the following keywords are built-in chairs for the iptables nat table? (Choose THREE correct answers)
OUTPUT
MASQUERADE
PROCESSING
POSTROUTING
PREROUTING
Which of the following statements are true regarding the certificate of a Root CA?
It is a self-signed certificate.
It does not include the private key of the CA
It must contain a host name as the common name.
It has an infinite lifetime and never expires.
Which DNS label points to the DANE information used to secure HTTPS connections to https://www.example.com/?
example.com
dane.www.example.com
soa.example com
_443_tcp.www example.com
Which of the following database names can be used within a Name Service Switch (NSS) configuration file? (Choose THREE correct answers).
host
shadow
service
passwd
group
Which of the following commands changes the source IP address to 192.0.2.11 for all IPv4 packets which go through the network interface eth0?
iptables ~t nat -A POSTROUTING ~o eth0 -j SNAT -to-source 192.0.2.11
iptables ~t nat -A PREROUT1NG -\ eth0 -j SNAT -to-source 192.0.2.11
iptables -t nat -A POSTROUTING H eth0 -j DNAT -to-source 192.0.2.11
iptables -t mangle -A POSTROUTING -i eth0 -j SNAT -to-source 192.0.2.11
What option of mount.cifs specifies the user that appears as the local owner of the files of a mounted CIFS share when the server does not provide ownership information? (Specify ONLY the option name without any values or parameters.)