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

Exact2Pass Menu

Question # 4

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

Full Access
Question # 5

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

Full Access
Question # 6

What command creates a new directory? (Specify ONLY the command without any path or parameters.)

Full Access
Question # 7

Given the following listing

-rw-r—r— 1root whee115254 Nov 13 08:55 bobsfile

How can the superuser grant the user bob write permission to this file?

A.

chgrp bob bobsfile

B.

chown bob:bob bobsfile

C.

chmod +x bobsfile

D.

chperm 664 bobsfile

E.

vipw -u bob bobsfile

Full Access
Question # 8

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

A.

dig -x

B.

dnssec -check

C.

host -reverse

D.

nsupdate -r

E.

rdns -1

Full Access
Question # 9

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

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.

Full Access
Question # 10

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 # 11

Which of the following chmod commands changes the permission of the file text. txt to 750?

A.

chmod user:rw, group:r, other:x

B.

chmod text.txt=u:rw,g:r,o:r

C.

chmod u=rwx,g=rx,o= text.txt

D.

chmod -u rw -g rx -o - text.txt

E.

chmod text.txt 750

Full Access
Question # 12

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 # 13

What is the purpose of the nice command'?

A.

Run a command with the permissions of another user

B.

Run a command with limited access to a specified directory

C.

Run a command with additional filesystem permissions

D.

Run a command with additional secondary groups.

E.

Run a command with a non-standard priority.

Full Access
Question # 14

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 # 15

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 # 16

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

Full Access
Question # 17

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

Full Access
Question # 18

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

Full Access