LPI 303-200 Exam Practice Questions (P. 5)
- Full Access (60 questions)
- Six months of Premium Access
- Access to one million comments
- Seamless ChatGPT Integration
- Ability to download PDF files
- Anki Flashcard files for revision
- No Captcha & No AdSense
- Advanced Exam Configuration
Question #21
Given a proper network and name resolution setup, which of the following commands establishes a trust between a FreeIPA domain and an Active Directory domain?
- Aipa trust-add --type ad addom --admin Administrator --password
- Bipa-ad –add-trust --account ADDOM\Administrator--query-password
- Cnet ad ipajoin addom –U Administrator -p
- Dtrustmanager add –-domain ad: //addom --user Administrator –w
- Eipa ad join addom -U Administrator -w
Correct Answer:
A
https://www.freeipa.org/page/Active_Directory_trust_setup
A
https://www.freeipa.org/page/Active_Directory_trust_setup
send
light_mode
delete
Question #22
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/
Correct Answer:
C
http://linux.about.com/library/cmd/blcmdl8_sysctl.htm
C
http://linux.about.com/library/cmd/blcmdl8_sysctl.htm
send
light_mode
delete
Question #23
Which of the following statements is true about chroot environments?
- ASymbolic links to data outside the chroot path are followed, making files and directories accessible
- BHard links to files outside the chroot path are not followed, to increase security
- CThe chroot path needs to contain all data required by the programs running in the chroot environment
- DPrograms are not able to set a chroot path by using a function call, they have to use the command chroot
- EWhen using the command chroot, the started command is running in its own namespace and cannot communicate with other processes
Correct Answer:
C
http://www.computerhope.com/unix/chroot.htm
http://www.computerhope.com/jargon/c/chroot.htm
C
http://www.computerhope.com/unix/chroot.htm
http://www.computerhope.com/jargon/c/chroot.htm
send
light_mode
delete
Question #24
Which of the following commands adds a new user usera to FreeIPA?
- Auseradd usera --directory ipa --gecos "User A"
- Bidap- useradd H Idaps://ipa-server CN=UserA --attribs "Firstname: User: Lastname: A"
- Cipa-admin create user --account usera –-fname User --iname A
- Dipa user-add usera --first User --last A
- Eipa-user- add usera --name "User A"
Correct Answer:
D
https://docs.fedoraproject.org/en-US/Fedora/15/html/FreeIPA_Guide/adding-users.html
D
https://docs.fedoraproject.org/en-US/Fedora/15/html/FreeIPA_Guide/adding-users.html
send
light_mode
delete
Question #25
SIMULATION -
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.)
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.)
Correct Answer:
ausearch
https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/6/html/Security-Enhanced_Linux/sect-Security-Enhanced_Linux-Fixing_Problems-
Searching_For_and_Viewing_Denials.html
ausearch
https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/6/html/Security-Enhanced_Linux/sect-Security-Enhanced_Linux-Fixing_Problems-
Searching_For_and_Viewing_Denials.html
send
light_mode
delete
All Pages