Lpi 702-100 Real Exam Questions
The questions for 702-100 were last updated at Nov 18,2024.
- Exam Code: 702-100
- Exam Name: Linux Professional Institute BSD Specialist
- Certification Provider: Lpi
- Latest update: Nov 18,2024
Question #1
Which line in a cron job runs myscript once per hour?
- A . ***** /pathto/myscript
- B . 0 * * * * /pathto/myscript
- C . * 0 * * * /pathto/myscript
- D . * * o * * /pathto/myscript
- E . * * * o * /pathto/myscript
Correct Answer: B
Question #2
When replacing the system MTA with another mail server program, which configuration file needs to be updated with the path to the new MTA?
- A . mail.conf
- B . mailer, conf
- C . mta.conf
- D . postfix.conf
- E . sendmail. conf
Correct Answer: E
Question #3
Which command sends the contents of the file myconfigfile by email to me@mycompany. com?
- A . cat myconfigfile I mail [email protected]
- B . cat myconfigfile > [email protected]
- C . mail [email protected] I cat myconfigfile
- D . mail [email protected] > cat myconfigfile
- E . mail myconfigfile -r [email protected]
Correct Answer: A
Question #4
What command creates a new directory? (Specify ONLY the command without any path or parameters.)
Correct Answer:
Question #5
Which command locks the user account bob on a FreeBSD system?
- A . audit_user -1 bob
- B . lockuser bob
- C . pw lock bob
- D . usermod lock bob
- E . vipw lock bob
Correct Answer: C
Question #6
On BSD systems that provide an interactive adduser script, which configuration file stores the default adduser settings?
- A . adduser.conf
- B . login, conf
- C . pw.conf
- D . user.conf
- E . usermgmt. conf
Correct Answer: E