Summer Sale Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: ecus65

LPI 702-100 - Linux Professional Institute BSD Specialist

Page: 1 / 2
Total 60 questions

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 fbsdlogin [793]: login on ttyv0as root

C.

root ttyv0Sat May 18 13:35 still logged in

D.

763v1 Is+ 0:00-00/usr/libexec/getty Pc ttyv1

E.

FreeBSD 12.0-RELEASE r341666 GENERIC

Which syslog configuration line sends all messages from the auth facility to the remote syslog server logger. example. org'?

A.

auth.* @logger.example.org

B.

auth.* logger.example.org:auth

C.

auth.* syslog://logger.example.org/

D.

auth.*:logger.example.org

E.

auth.* |logger.example.org

How many /28 IPv4 subnets can be created within a /24 IPv4 prefix?

A.

64

B.

8

C.

16

D.

4

E.

32

Which configuration file defines when log files are rotated'?

A.

/etc/logs.conf

B.

/etc/rc.logd

C.

/etc/newsyslog.conf

D.

/etc/rc.d/syslogd

E.

/etc/syslog.conf

Which FreeBSD command created the following output?

Id Refs Address Size Name

1 17 0xc0400000 2fad00 kernel

2 1 0xc0740000 595a4 acpi.ko

3 1 0xc49be000 6000 linprocfs.ko

4 1 0xc4al7000 16000 linux.ko

A.

cat 1Km.conf

B.

kldstat

C.

lsmod

D.

modstat

E.

procstat

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)

Consider the following file legal file:

disclosure

non-disclosure

non-disclosure

Which line or lines in the file does the following command match? Note the space after the dash within the brackets.

grep "non [-] disclosure" legalfile

A.

disclosure only

B.

non-disclosure only

C.

non-disclosure only

D.

disclosure and non-disclosure only

E.

non-disclosure and non-disclosure Only

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

What file contains the configuration for the network interface em0on an OpenBSD system'? (Specify the full name of the file, including path.)

Which FreeBSD command updates packages to newer versions'?

A.

pkg update

B.

pkg refresh

C.

pkg upgrade

D.

pkg audit

E.

pkg pull