IS3440 CHAP 6 EVERY SERVICE IS A POTENTIAL RISK Flashcards
COMMAND ___ searches the current cache of package information. Normally associated with the Ubuntu and Debian Linux distributions.
(COMMAND) apt - cache
COMMAND ___ is normally used to install a package with all dependent packages. Usually associated with the Ubuntu and Debian Linux distributions.
(COMMAND) apt - get
COMMAND ___ Manages the scripts that start and stop in different runlevels. Normally associated with the Red Hat and SUSE distributions.
(COMMAND) chkconfig
COMMAND ___ is an option frequently available on scripts in the /etx/init.d/ directory. when used, it restarts a service only if it is already running.
(COMMAND) condrestart
COMMAND ___ manages the scripts that start and stop in different runlevels. Normally associated with the Ubuntu and Debian Linux distributions.
(COMMAND) update - rc.d
COMMAND ___ is short for Yellowdog Updater.Modied. It can install packages with all dependent packages.
(COMMAND) yum
___ is a secured host dedicated for a specific purpose. It is configured with a minimal number of services to limit its exposure to attacks.
Bastion server
___ is one type of operating-system-level virtualization. When a program or service routes clients to a directory, a chroot jail includes all of the binaries, libraries, configuration files and executables required to run a service that is so contained.
Chroot jail
___ is a colloquial description of one type of error message related to the attempted installation of a package with the (COMMAND) rpm or dpkg. The installation is not completed because the package depends on another. This occurs when dependencies descend to another level.
Dependency hell
___ is a server that listens for requests on multiple ports on behalf of multiple services. As a single daemon, it saves resources.
(INFO) The term “internet” in this title is normally shown in lowercase, as it refers to an interconnected series of networks, not the Internet, Its configuration file is
/etc/xinetd.conf. That file normally refers to service-specific files in the /etc/xinetd.d/ directory.
Extended internet super server
___ is an open source compiler system that supports a variety of programming languages, including C, Java, and Fortran.
(GCC) GNU Compiler Collection
___ is a server that listens for requests on multiple ports on behalf of multiple services. As a single daemon, it saves resources. While it is obsolete on most distributions, it is still used by some third-party software.
Internet super server
___ is a number associated with the process running on a Linux system. The ___ of currently running processes can be found with the (COMMAND) ps.
(PID) Process Identifier
___ is a coloquial description of a (normally compressed) archive of files, managed with the (COMMAND) tar.
Tarball
___ is a system designed to replace the (COMMAND) /sbin/init and the System V system of runlevels. Related configuration files can be found in the (DIRECTORY) /etc/event.d/
Upstart