• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/84

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

84 Cards in this Set

  • Front
  • Back

ab (Apache benchmark) command

A command that can be used to obtain performance benchmarks for a Web server such as Apache.

absolute pathname

The full pathname to a certain file or directory, starting from the root directory.

accepting printer

A printer that accepts print jobs into the print queue.

active partition

The partition searched for by an OS after the MBR.

AIX

A version of Unix developed by IBM

alias command

A command used to create special variables that are shortcuts to longer command strings.

ANDing

The process by which binary bits are compared to calculate the network and host IDs from an IP address and subnet mask.

apachectl command

A command that can be used to start, stop, and restart the Apache Web server as well as check for syntax errors within the Apache configuration file.

application

The software that runs on an operating system and provides the user with specific functionality (such as word processing or financial calculation).

archive

the location (file or device) that contains a copy of files; it is typically created by a backup utility.

arguments

The text that appears after a command name, does not start with a dash "-" character, and specifies information the command requires to work properly.

artistic license

An open source license that allows source code to be distributed freely but changed only at the discretion of the original author.

assistive technologies

Software programs that cater to specific user needs

asymmetric encryption

A type of encryption that uses a key pair to encrypt and decrypt data.

at command

The command used to schedule commands and task to run at a preset time in the future.

at daemon (atd)

The system daemon that executes tasks at a future time; it is configured with the at command.

authentication

The act of verifying a user's identity by comparing a user name and password with a system database.

Automatic Private IP addressing (APIPA)

A feature that automatically configures a network interface using an IPv4 address on the 169.254.0.0 network.

awk command

A filter command used to search for and display text.

background (bg) command

The command used to run a foreground process in the background.

background process

A process that does not require the BASH shell to wait for its termination. Upon execution, the user receives the BASH shell prompt immediately.

bad blocks

The areas of a storage medium unable to store data properly.

Baseline

A measure of normal system activity.



BASH shell

The Bourne Again Shell; it is the default command-line interface in Linux

BBC Linux

A small CD/DVD based Linux distribution

Beowulf clustering

A popular and widespread method of clustering computers together to perform useful tasks using Linux.

Berkeley Internet Name Domain (BIND)

The standard that all DNS servers and DNS configuration files adhere to.

binary data file

A file that contains machine language (binary 1s and 0s) and stores information (such as common functions and graphics) used by binary compiled programs.

BIND configuration utility

A graphical utility that can be used to generate and modify the files that are used by the DNS name daemon.

BIOS (Basic input/Output System)

The part of a computer system that contains the programs used to initialize hardware components at boot time.

block

The unit of data commonly used by filesystem commands; a block can contain several sectors.

block devices

The storage devices that transfer data to and from the system in chunks of many data bits by caching the information in RAM; they are represented by block device files.

Boot loader

A program used to load an OS

Broadcast

The TCP/IP communication destined for all computers on a network.

BSD (Berkeley Software Distributions)

A version of UNIX developed out of the original UNIX source code and given free to the University of California at Berkeley by AT&T.

buffer overrun

An attack in which a network service is altered in memory

bunzip2 command

The command used to decompress files compressed by the bzip2 command

bus mastering

The process by which peripheral components perform tasks normally executed by the CPU.

bzcat command

The command used to view the contents of an archive created with bzip2 to SO.

bzip2 command

The command used to compress files using a Burrows-Wheeler Block Sorting Huffman Coding compression algorithm.

bzless command

A command used to view the contents of an archive created with bzip2 to SO in a page-by-page fashion.

bzmore command

A command used to view the contents of an archive created with bzip2 to SO in a page-by-page fashion.

cancel command

The command used to remove print jobs from the print queue in the CUPS print system.

cat command

A Linux command used to display (or concatenate) the entire contents of a text file to the screen.

cd (change directory) command

A Linux command used to change the current directory in the directory tree.

cfdisk command

A command used to partition hard disks; it displays a graphical interface in which the user can select partitioning options.

chage command

The command used to modify password expiry information for user accounts.

chains

The components of a firewall that specify the general type of network traffic to which rules apply.

character devices

The storage devices that transfer data to and from the system one data bit at a time, they are represented by character device files.

checksum

A calculated value that is unique to a file's size and contents.

chfn command

The command used to change the GECOS for a user.

chgrp (change group) command

The command used to change the group owner of a file or directory.

child process

A process that was started by another process (parent process)

chkconfig command

A command that can be used to configure daemon startup by runlevel.

chmod (change mode) command

The command used to change the mode (permissions) of a file or directory.

chown (change owner) command

The command used to change the owner and group owner of a file or directory.

chsh command

The command used to change a valid shell to an invalid shell.

Classless interdomain routing (CIDR) notation

A notation that is often used to represent an IP address and its subnet mask.

closed source software

The software whose source code is not freely available from the original author; windows 7, for example.

cluster

A grouping of several smaller computers that function as one large supercomputer.

clustering

The act of making a cluster.

command

a program that exists on the hard disk and is executed when typed on the command line.

command mode

one of the two modes in vi; it allows a user to perform any available text editing task that is not related to inserting text into the document.

Common Unix Printing System (CUPS)

The printing system commonly used on Linux computers.

compiz

A window manager that is commonly used within the KDE and GNOME desktops to provide 3D effects

compress command

The command used to compress files using a Lempel-Ziv compression algorithm.

compression

The process in which files are reduced in size by a compression algorithm.

compression algorithm

The set of instructions used to reduce the contents of a file systematically.

compression ratio

The amount of compression that occurred during compression.

Concatenation

The joining of text to make one larger whole. In Linux, words and strings of text are joined together to form a displayed file.

counter variable

A variable that is altered by loop constructs to ensure that commands are not executed indefinitely.

cp (copy) command

The command used to create copies of files and directories.

cpio (copy in/out) command

A command used to run a common backup utility.

cracker

a person who uses computer software maliciously for personal profit.

cron daemon (crond)

The system daemon that executes tasks repetitively in the future and that is configured using cron tables.

cron table

a file specifying tasks to be run by the cron daemon; there are user cron tables and system cron tables.

crontab command

The command used to view and edit user cron tables.

cups daemon (cupsd)

The daemon responsible for printing in the CUPS printing system.

cupsaccept command

The command used to allow a printer to accept jobs into the print queue.

cupsdisable command

The command used to prevent print jobs from leaving the print queue.

cupsenable command

The command used to allow print jobs to leave the print queue.

cupsreject command

The command used to force a printer to reject jobs from entering the print queue.

curl command

A command that can be used to obtain a Web page from a Web server.

cylinder

A series of tracks on a hard disk that are written to simultaneously by the magnetic heads in a hard disk drive.