Easter Sale Special 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: exams65

Linux Professional Institute BSD Specialist Question and Answers

Linux Professional Institute BSD Specialist

Last Update May 18, 2024
Total Questions : 60

We are offering FREE 702-100 LPI exam questions. All you do is to just go and sign up. Give your details, prepare 702-100 free exam questions and then go for complete pool of Linux Professional Institute BSD Specialist test questions that will help you more.

702-100 pdf

702-100 PDF

$35  $99.99
702-100 Engine

702-100 Testing Engine

$42  $119.99
702-100 PDF + Engine

702-100 PDF + Testing Engine

$56  $159.99
Questions 1

Which line in a cron job runs myscript once per hour?

Options:

A.  

***** /pathto/myscript

B.  

0 * * * * /pathto/myscript

C.  

* 0 * * * /pathto/myscript

D.  

* * o * * /pathto/myscript

E.  

* * * o * /pathto/myscript

Discussion 0
Questions 2

On BSD systems that provide an interactive adduser script, which configuration file stores the default adduser settings?

Options:

A.  

adduser.conf

B.  

login, conf

C.  

pw.conf

D.  

user.conf

E.  

usermgmt. conf

Discussion 0
Questions 3

Which command sets 192.168 1 1 as the default gateway on a BSD system'?

Options:

A.  

route add default 192.168.1.1

B.  

route add gw 192.168.1.1

C.  

route default 192.168.1.1

D.  

route gateway 192.168.1.1

E.  

route set 192.168.1.1

Discussion 0
Questions 4

When creating a symbolic link, an error message indicating that the target already exists is displayed. Which statement is true?

Options:

A.  

In can not override an existing target so the target must be manually removed

B.  

In can override the target, but only if it is a file.

C.  

In can override the target, but only if it is a directory

D.  

In can override the target, whether it is a file or a directory.

E.  

In can not override an existing symbolic link.

Discussion 0
Questions 5

Which option of the crontab command opens the current user's crontab in an editor?

Options:

A.  

-w

B.  

-i

C.  

-vi

D.  

-rw

E.  

-e

Discussion 0
Questions 6

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

Options:

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

Discussion 0
Questions 7

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

Options:

A.  

/dev/sdla

B.  

/dev/d2sl

C.  

/dev/slld2

D.  

/dev/sdlp2d

E.  

/dev/sata2a

Discussion 0
Questions 8

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)

Options:

Discussion 0
Questions 9

Which FreeBSD command updates packages to newer versions'?

Options:

A.  

pkg update

B.  

pkg refresh

C.  

pkg upgrade

D.  

pkg audit

E.  

pkg pull

Discussion 0
Questions 10

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

Options:

A.  

64

B.  

8

C.  

16

D.  

4

E.  

32

Discussion 0
Questions 11

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

Options:

A.  

/etc/hosts

B.  

/etc/named

C.  

/etc/nsswitch.conf

D.  

/etc/rc.conf

E.  

/etc/resolv.conf

Discussion 0
Questions 12

When replacing the system MTA with another mail server program, which configuration file needs to be updated with the path to the new MTA?

Options:

A.  

mail.conf

B.  

mailer.conf

C.  

mta.conf

D.  

postfix.conf

E.  

sendmail. conf

Discussion 0
Questions 13

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

Options:

A.  

cat 1Km.conf

B.  

kldstat

C.  

lsmod

D.  

modstat

E.  

procstat

Discussion 0
Questions 14

What does S l represent in the following lines from a Bourne shell script:

#! /bin/sh

cp SI 52

Options:

A.  

A control operator.

B.  

An environmental variable.

C.  

A function.

D.  

A positional parameter.

E.  

The shebang.

Discussion 0
Questions 15

Which of the following lines stems from the output of last?

Options:

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

Discussion 0
Questions 16

Which command and option can be used to perform a reverse DNS lookup?

Options:

A.  

dig -x

B.  

dnssec -check

C.  

host -reverse

D.  

nsupdate -r

E.  

rdns -1

Discussion 0
Questions 17

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

Options:

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

Discussion 0
Questions 18

Which file defines the IP address of the default gateway on a FreeBSD system?

Options:

A.  

/etc/network

B.  

/etc/resolvers

C.  

/etc/gateway

D.  

/etc/rc.conf

E.  

/etc/red

Discussion 0