Test Your Knowledge
Emmett Dulaney
Think you're ready to whip out the company credit card and register for that
certification exam that has caught your eye? Before you do, test your knowledge
with this sample exam of questions covering basic to intermediate-level Linux/Unix
topics.
One caveat: over time, I've learned that there are risks involved in writing
practice tests. The risks fall into two categories: first, there is almost always
more than one way to do the same task in Linux or Unix, and second, *nix users
love to point out that none of the possible answers are the way they would do
it; they have a script they wrote, an application they purchased, or a friend
who knows a guy who has a tool, etc.
When you take an exam, however, whether it's Linux+ from CompTIA, an exam
from the Linux Professional Institute, or any other non-lab-based test, you
have to pick the best answer from those choices presented to you. Don't over-think
the question and talk yourself out of the correct answer.
With that said, let's see how well you do! (The answers can be found at the
end of this article.)
Questions
1. Which utility is available in many Linux workstation implementations
for use in configuring the sound card?
A. sndadmin
B. sndmin
C. sndconfig
D. radius
2. Which of the following represents the output of the following command:
echo "alpha-beta" | sed 's/-.*$//'
A. alpha-beta
B. alpha
C. beta
D. alpha-****
E. alpha-*eta
3: You need to create a file named cow and send the output to it from
the who -z command. You want all output -- including standard errors
-- to go to this file.
|