lists the contents of the current directory
ls
A tool that helps you anonymize your Internet browsing?
The Onion Router
acronym GNU stands for?
Gnu's Not Unix
A Linux based operating system for use on mobile devices?
Android
This character, used with grep searches the beginning of a line?
carrot ^
This option can be used with the rm command to prompt before deleting?
-i
The acronym CLI stands for?
command line interface
This symbol represents a user's home directory
Tilde (~)
A brand of Unix used on Apple PCs
OS X
This command can be used to view a text file, (in one streaming view.)
cat
The rm command, (with an option,) can delete multiple files at once. True or False?
True
What can be used to access the command line?
Terminal
This command repeats what is typed
echo
A relative path is signified by which character?
.
This symbol redirects output to another command
pipe |
A command that can be used to rename a file?
mv
This tool archives without compression
TAR
The command that can be used to create a file?
touch
Linux is owned and operated by Linus Torvalds
True or False
False
This symbol can clobber a file
>
The command echo "text" > file.txt will create file.txt if it does not already exist. True or False?
True
This tool compresses one or more files
ZIP, BZIP, GZIP
The command to create a directory
mkdir
What does LAMP mean?
Linux Apache MySQL PHP
This symbol can append a file
>>