Linux Midterm 3 Flashcards
Most files on a Linux system that contain configuration information are _____ files
Text
To view a list of files and their types, use the _____ switch to the ls command
-F
The ____ symbol indicates a linked file
@
Which is an extended regular expression metacharacter?
{}
In the FHS, the ______ directory contains most system commands and utilities
/usr
Copying a file can be accomplished using the ____ command,
cp
You can see the contents of a certain variable in memory by using the _____ metacharacter with the echo command
$
When using the chmod command, the mode rwx can be represented by the number ___
7
Data is read off of hard disks in concentric circles called _____
tracks
Each SCSI device is assigned a unique ID number known as ____
Target ID
The highest priority SCSI device is given a SCSI ID of __
7
A Fedora download for creating a DVD has the following extention
.iso
SOme installations fail to place a boot loader on the hard disk properly; this is often the case with large hard disk drives that have over ___ cylinders
1024
____ installation log files are created by the Fedora installation program
Two
The ____ command can be used to replace characters in a file sent via Standard Input
tr