Vous êtes sur la page 1sur 5

CORRECT - See section 5.4.

2
To go to the end of an info page press:
END
CORRECT - See section 5.3.5
To go to the next match of a search on a man page press:
n
CORRECT - See section 5.3.4
When interpreting the SYNOPSIS of a command found on a man page, the "|" means:
The items it separates cannot be used together
CORRECT - See section 5.3.5
After performing a search, you can use the ____ key to return to a previously fo
und match:
N
CORRECT - See section 5.3.2
To move a page forward one at a time while viewing a man page, press the followi
ng:
Spacebar
CORRECT - See section 6.4
The ls command without options or arguments...
...lists the contents of the current directory.
CORRECT - See section 6.9
Which option can be used with the rm command to prompt before deleting?
-i
CORRECT - See section 6.9
The rm command can delete multiple files at once.
True
CORRECT - See section 6.7.1
Which of the following commands can be used to rename a file?
mv
CORRECT - See section 6.8
The touch command can be used to:
create new files

update the time stamp of existing files


CORRECT - See section 7.3
You try to compress a file that is already compressed. Which of the following st
atements is true?
The file will not be compressed any further than it already was
CORRECT - See section 7.3
Which of the following commands can be used to compress a file?
gzip
bunzip2
zip
CORRECT - See section 7.4
The three main modes of tar are:
Create
Extract
List
CORRECT - See section 7.4
In the command tar czf foo.tar.gz bar, what is the purpose of the f flag?
Tells tar to write to the file that follows the flag
CORRECT - See section 7.4
Which two commands do the same thing?
tar c foo | gzip > foo.tar.gz
tar czf foo.tar.gz foo
WRONG - See section 8.9
Which option for the wc command will print the total number of words in a file?
-l
CORRECT - See section 8.3
Which command can be used to print line numbers?
nl
CORRECT - See section 8.4.4
The command echo "text" > file.txt will create file.txt if it does not already e
xist.
True
CORRECT- See section 8.4.4
The command echo "text" > file.txt will not overwrite file.txt if it already exi

sts.
False
CORRECT - See section 8.4.4
The command echo "text" >> file.txt will not overwrite file.txt if it already ex
ists.
True
CORRECT - See section 1.4.1
Software is backward compatible if:
It still supports old file formats or applications
CORRECT - See section 1.4.3
Apples OS X is:
Certified as UNIX compatible
Derived from FreeBSD
Only compatible with Apple hardware
CORRECT - See section 1.4.2
Microsoft Windows:
Has powerful scripting capabilities
Comes in desktop and server variants
Has built in virtualization
WRONG - See section 1.4.5
Other commercial Unixes:
Are tied to their vendors hardware
CORRECT - See section 1.4.1
When choosing a distribution of Linux, you should consider:
Which distributions are supported by the software you need to run
If you need support on the distribution itself
The maintenance cycle of the distribution
Whether or not the distribution is under active development
Which management tools are provided by the distribution
CORRECT - See section 2.4.1
The difference between the GPL and LGPL licenses are:
LGPL allows linking to non GPLed software
WRONG - See section 2.4.1
Permissive free software licenses:
Dont have a copyleft provision

Are not approved by the FSF


Include the GPLv2 and BSD
CORRECT - See section 2.4.3
The Creative Commons version of Public Domain licensing is:
No Rights Reserved
WRONG - See section 2.4.1
Your company makes a hardware firewall that runs a custom Linux kernel. What are
your obligations under GPLv2?
You must make the source to your custom web interface available
CORRECT - See section 2.4.4
Participating in open source projects can improve your technical skills, even if
it is not your day job.
True
CORRECT - See section 3.8
What are tradeoffs of increasing the level of privacy you have in your web brows
er?
Sites may not work properly
You may have to explicitly permit some cookies to be saved
CORRECT - See section 3.8
Which of the following is a tool that helps you anonymize your Internet browsing
?
The onion router
CORRECT - See section 3.8
Social network like buttons can track your activity across the Internet.
True
CORRECT - See section 3.7
Which of the following are properties of a strong password?
At least 10 characters long
A mix of upper and lower case
Includes symbols
CORRECT - See section 3.7
What can be done to prevent remote people from running programs on your computer
?
Turn on a firewall
use strong passwords on all user accounts

CORRECT - See section 4.3


The acronym CLI stands for:
Command Line Interface
CORRECT - See section 4.4.4
Traditional UNIX command options used a single dash, like -a; _______ command op
tions use two dashes like --all.
GNU
CORRECT - See section 4.4.4
The acronym GNU stands for:
Gnu's Not Unix
CORRECT - See section 4.11.3
What one character treats the character that follows it as if it was surrounded
by single quotes?
\
CORRECT - See section 4.10
The main purpose of using glob characters is to be able to provide a command a l
ist of filenames.
True

Vous aimerez peut-être aussi