What does S l represent in the following lines from a Bourne shell script:
#! /bin/sh
cp SI 52
Answer : D
Which of the following commands initializes ZFS on a number of block devices?
Answer : C
Which syslog configuration line sends all messages from the auth facility to the remote syslog server logger. example. org'?
Answer : C
While in the csh or tcsh shell, which command changes the timezone environment variable to GMT?
Answer : B
Which of the following excerpts is a valid if condition in the Bourne shell?
A.

B.

C.

D.

Answer : B
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
Answer : E
What FreeBSD and NetBSD command manages services started at boot time? (Specify ONLY the command without any path or parameters.)

Answer : A
