Linux Chapter 11 / bdale
Which of the following is not a valid compression file extension for the Linux operating system? Group of answer choices .bz2 .gz .vz .xz
.vz
Which of the following can be used at the command line to download a file using the HTTP protocol? (Choose two.) Group of answer choices wwwretr wget GET curl
wget curl
What command can be used to display the contents of a file that was compressed with the compress utility? Group of answer choices zcat ccat acat cat
zcat
Which of the following commands will list missing libraries as not found if a necessary library is not installed? Group of answer choices ldso ldd ldchk ldconfig
ldd
Which of the following package managers are used to install RPM packages on the SUSE or openSUSE distributions by default? Group of answer choices DNF APT Zypper DPM
Zypper
Which of the following hashing algorithm commands reduces the chances of collisions due to the bit length of the message digest? Group of answer choices md5sum sha256sum md4sum sha1sum
sha256sum
The SUSE and openSUSE Linux distributions use an alternative to yum but that provides the same functionality. What is the name of the command they use? Group of answer choices apt dnf rpm zypper
zypper
What option can be added to the dpkg command to remove a specified package from the system, including any configuration files used by the package? Group of answer choices -D -P -r -d
-P
Which of the following RPM options will update a software package to the newest version, or install the package if it does not already exist on a system? Group of answer choices -F -u -i -U
-U
Which of the following commands can be used to modify configuration options for DPM packages after they have been installed? Group of answer choices dpkg-config dpkg-update dpkg-configure dpkg-reconfigure
dpkg-reconfigure
Which of the following is the full path and file name where the Debian Package Manager repositories can be configured? Group of answer choices /etc/dpm/repositories.conf /etc/dpm.conf etc/apt.source.conf /etc/apt/sources.list
/etc/apt/sources.list
Which of the following files contains the list of shared libraries? Group of answer choices /etc/ld.so.cache /lib/ld.so.conf /etc/ld.so.conf /lib/shared.conf
/etc/ld.so.cache
Which of the following commands can you use to search available repository information? (Choose two.) Group of answer choices apt query apt apt-cachea pt-query
apt apt-cache
Which of the following commands can be used to install the latest versions of all packages currently installed on the system from the sources configured in sources.list? Group of answer choices apt upgrade all apt upgrade apt update apt-upgrade
apt upgrade
Which of the following Debian Package Management commands will install the newest versions of all packages that are currently installed on a system? Group of answer choices apt-get update apt-get update-all apt-get upgrade apt-get upgrade all
apt-get upgrade
When using the compress command to archive a set of files into a single file, which of the following options will display the compression ratio of the individual files making up the new compressed file? Group of answer choices -v -a -c -s
-v
Which of the following commands will install a package using the Red Hat Package Manager, showing all information, while printing pound signs to show the progress of installation? rpm -iap packagename.rpm rpm -ivp packagename.rpm rpm -iah packagename.rpm rpm -ivh packagename.rpm
rpm -ivh packagename.rpm
Which of the following options for the tar command will create an archive that is also gzipped while displaying all of the work in progress to the terminal screen? Group of answer choices tar -cfza tar -nzaf tar -czvf tar -ngac
tar -czvf
What command looks for a Makefile and uses the information within it to compile the source code into binary programs using the appropriate compiler program for the local hardware architecture? Group of answer choices install make make install configure
make
After compiling source code, which command still needs to be run in order to copy the newly compiled binaries into a directory listed in the PATH variable as well as copy supporting files (such as man pages) to the correct location on the filesystem? Group of answer choices make make install make image make clean
make install
Which of the following commands will install an RPM package while ignoring any other packages that it may be dependent upon for proper operation? Group of answer choices rpm -ivh --nodeps package.rpm rpm -ivhn package.rpm rpm -i --ignoredeps package.rpm rpm -in package.rpm
rpm -ivh --nodeps package.rpm
If no level of compression is specified, the gzip command assumes what compression level? Group of answer choices 7 5 4 6
6
Which of the following is a tool that can be used to search Internet software repositories for RPM packages that map to your system's architecture, and automatically install or upgrade those packages on your system? Group of answer choices wget tar APT YUM
YUM
Which of the following commands can be used to back up files in case of system failure, supports long filenames, and can also back up device files? Group of answer choices diskdup sysbackup cpio bkup
cpio
Which of the following file extensions are used by the Debian Package Manager? Group of answer choices .dpm .d .deb .dpkg
deb