Labour Day Sale - Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: mxmas70

Home > LPI > LPI Certification > 702-100

702-100 Linux Professional Institute BSD Specialist Question and Answers

Question # 4

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

A.

64

B.

8

C.

16

D.

4

E.

32

Full Access
Question # 5

What symbol is used in the vi editor to start the forward search for a string? (Specify ONLY the single character symbol without any parameters)

Full Access
Question # 6

What FreeBSD and NetBSD command manages services started at boot time? (Specify ONLY the command without any path or parameters.)

Full Access
Question # 7

What option of uname displays the version of the running operating system'? (Specify ONLY the option name without any values or parameters.)

Full Access
Question # 8

Which command finds all directories within the current user's home directory?

A.

find - -type d

B.

find. -dir

C.

find / -d | home

D.

find -uid myname

E.

find -d home

Full Access
Question # 9

Which of the following commands can be used to connect to a remote TCP service?

A.

portstat

B.

service

C.

listen

D.

netcat

E.

connect

Full Access
Question # 10

Which of the following features are provided by the command date'? (Choose TWO correct answers.)

A.

It outputs the time in a specific format

B.

It displays a calendar

C.

It sends NTP queries

D.

It changes the system's timezone.

E.

It sets the clock to a specific time

Full Access
Question # 11

How often does? match the preceding expression in a regular expression?

A.

Two or more times

B.

Exactly one time

C.

Any number of times

D.

Zero or one times

E.

One or more times

Full Access
Question # 12

Which device stands for the first BSD disk slice in the disk label on the first partition on the second SATA disk on OpenBSD?

A.

/dev/sdla

B.

/dev/d2sl

C.

/dev/slld2

D.

/dev/sdlp2d

E.

/dev/sata2a

Full Access
Question # 13

What directory holds the ports collection on FreeBSD? (Choose TWO correct answers.)

A.

/tmp/ports/

B.

/var/db/packages/

C.

/usr/ports/

D.

/ports/

E.

/usr/local/pkg/

Full Access
Question # 14

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

Full Access
Question # 15

Which of the following commands initializes ZFS on a number of block devices?

A.

zpoo1 create

B.

newzfs

C.

zfs init

D.

mkfs -t zfs

E.

zfsload -i

Full Access
Question # 16

What is the purpose of the file /boot/loader. conf on OpenBSD?

A.

Specify where to install the bootloader.

B.

Specify the kernel image to load.

C.

Specify options for starting operating systems other than BSD.

D.

Specify kernel configuration options.

E.

Specify which system services to start.

Full Access
Question # 17

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

Full Access
Question # 18

Which command can be used to display the local filesystems that are currently mounted'?

A.

cat /etc/fstab

B.

df -h C du -s

C.

mount -a

D.

rpcinfo

Full Access