Lpi 702-100 Linux Professional Institute BSD Specialist Online Training
Lpi 702-100 Online Training
The questions for 702-100 were last updated at Dec 19,2024.
- Exam Code: 702-100
- Exam Name: Linux Professional Institute BSD Specialist
- Certification Provider: Lpi
- Latest update: Dec 19,2024
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]
While in the csh or tcsh shell, which command changes the time zone environment variable to GMT?
- A . export TZ=GMT
- B . setenv TZ GMT
- C . env TZ=GMT
- D . TZ=GMT; export TZ
- E . environ TZ GMT
While using vi as superuser. the attempt to save a file while quitting the editor leads to an error indicating that the file is read-only.
How can the file permissions be overridden to save the edits to the file and quit the editor?
- A . : fw!
- B . : fwq
- C . : ql
- D . : wq
- E . : wq!
Which command shows all processes owned by the user bob?
- A . who -1 bob
- B . pgrep -u bob
- C . ps -o -a bob
- D . top bob
- E . last -p bob
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
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
Which file on a BSD system defines the printers which are available by the Ipr printing system’? (Specify the full name of the file including path)
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
Which of the following lines stems from the output of last?
- A . 3:26PM up 1:58, 2 users, load averages: 0.49, 0.43, 0.40
- B . May 11 19:34:24 fbsd login [793]: login on ttyv0 as root
- C . root ttyv0 Sat May 18 13:35 still logged in
- D . 763 v1 Is+ 0:00-00 /usr/libexec/getty Pc ttyv1
- E . FreeBSD 12.0-RELEASE r341666 GENERIC
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