Commands
Tools
Potpourri
OS
??
100

lists the contents of the current directory

ls

100

A tool that helps you anonymize your Internet browsing?

The Onion Router

100

acronym GNU stands for?

Gnu's Not Unix

100

A Linux based operating system for use on mobile devices?

Android

100

This character, used with grep searches the beginning of a line?

carrot ^

200

This option can be used with the rm command to prompt before deleting?

-i

200

The acronym CLI stands for?

command line interface

200

This symbol represents a user's home directory

Tilde (~)

200

A brand of Unix used on Apple PCs

OS X

200

This command can be used to view a text file, (in one streaming view.)

cat

300

The rm command, (with an option,) can delete multiple files at once. True or False?

True

300

What can be used to access the command line?

Terminal

300

This command repeats what is typed

echo

300

A relative path is signified by which character?

.

300

This symbol redirects output to another command

pipe |

400

A command that can be used to rename a file?

mv

400

This tool archives without compression

TAR

400

The command that can be used to create a file?

touch

400

Linux is owned and operated by Linus Torvalds

True or False

False

400

This symbol can clobber a file

>

500

The command echo "text" > file.txt will create file.txt if it does not already exist. True or False?

True

500

This tool compresses one or more files

ZIP, BZIP, GZIP

500

The command to create a directory

mkdir

500

What does LAMP mean?

Linux Apache MySQL PHP

500

This symbol can append a file

>>