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: 2 / 2
Total 60 questions

Which of the following commands installs binary packages on OpenBSD?

A.

pkgbin

B.

port add

C.

portinst

D.

pkg install

E.

pkg_add

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

Which configuration file defines the order of the name resolution methods used on a NetBSD system'?

A.

/etc/hosts

B.

/etc/named

C.

/etc/nsswitch.conf

D.

/etc/rc.conf

E.

/etc/resolv.conf

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

A file called mybackup is found while investigating a USB pen drive. Which utility can be used to determine the kind of data that is contained in that file?

A.

file mybackup

B.

Is -1 mybackup

C.

tar -t mybackup

D.

whatis mybackup

E.

touch mybackup

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

Which of the following lines in /etc/fstab mounts the device /dev/cd0a to /cdrom?

A.

/cdrom /dev/cdOa cd9660 ro 0 0

B.

/dev/cdOa /cdrom type=cd9660, mode=ro,uid=0,gid=0

C.

cd9660@/dev/cd0a:/cdrom cd9660 ro 0 0

D.

/dev/cd0a /cdrom cd9660 ro 0 0

E.

cd9660:/dev/cd0a /cdrom ro 0 0

Which of the following commands creates a ZFS snapshot of the dataset space/data named snap1?

A.

zfs snapshot space/data@snap1

B.

zfs reflink space/data snapl@space/data

C.

zfs copy -s space snap1

D.

zfs shadow space/data space/data/snap1

E.

zfs create space/data: snap1