Linux+ Midterm 2 Flashcards
To prevent a file from being cleared by the BASH shell and append output to the existing output, you can specify three > metacharacters alongside the file descriptor
False
You are limited to using one pipe | metacharacter on the command line to pipe information from one command to another command
False
Any command that can be executed on the command line can also be placed inside any environment file.
true
GRUB must be reinstalled after editing its configuration file.
False
YOu can choose to use a window manager only, and not use a desktop manager
False
HOWTO documents are centrally collected by the _________
Linux Documentation Project.
a ______ is merely a compressed archive of files that usually contain scripts that install the software contents to the correct location on the file system,
Tarball
A(n) ____ service provides an efficient method for transferring files over the internet
FTP
Because you need to document so many pieces of hardware and software information, you should create a ______ that contains all important installation information as well as hardware information.
Preinstallation checklist
_____ is the most common method of installing Linux.
Installation from a DVD
Hard disks can contain a maximum of _____ major partitions
4
The _____ directory contains system and commands and utilities
/usr
The shell that is used by default in Linux is the _____ shell.
BASH
_____ are specific letters that start with a (“-“).
options
_____ is the metacharacter for command termination
;